abp deploy project abp framework in IIS - abp

I want to deploy ABP Blazor page into IIS, but when I login, I can't load page.
enter image description here
Please help me to resolve it

Related

Unable to resolve downloadable font errors in ReactJS front-end application built using Material UI deployed in Azure App Services ASP.NET V4.8

I have developed a ReactJS front-end project, built using Material UI. I have built it using npm run build command and deployed the application in Azure App Services ASP.NET V4.8 stack.
Everything looks fine but I'm getting a minor error. Downloadable font: download failed I can see these woff2 files in the artifacts and even in the App Service as well.
Any help in understanding this issue is much appreciated.

when I'm accessing website that I deployed in Netlify it don't show any content

I hosted my react js webesite using Netlify, but when I hosted it that time there was no error in deployment time, but when I'm trying to access it so I'm getting only blank page with no content.
This is my website URL, https://dreamy-lily-038fc8.netlify.app/
this is the production deploy and I don't think there is any error..
So Please guide me what I need to do now..?

How to serve a production vertion of a Dotnet Core MVC app witha Gatsby site

Hello I am building a new website in Gatsby.JS and I have an existing Dotnetcore MVC. The Gatsby.js website is an upgrade of some pages from the dotnetcore app but I do need some pages from the old dotnet core app. For this I have manage to put the build version of the gatsby site in the wwwroot so the dotnetcore app will serve and when an I access the old routes the will be save. It works but I dont think this is the best approach. Any suggestions?

How do I get my angular app on my hosting to view as a web page?

So I finished the Tour of Heroes tutorial. I understand it and can alter and have fun and what not. Got a git repository from Visual Studio Team Services for the app. Now here is where I'm lost I just want to build web based apps for now. How do I get the app on to my hosting to display as a website. I can't seem to find any tutorials (or once that I can understand) online for this.
If anyone can help with this or point me in the right direction it would be greatly appreciated.
Thank you
You can refer to these articles to deploy angular app (part 1 and part 2).
Simple steps:
Use NPM and gulp build tasks to build and package your app
Deploy package to azure or IIS.
There is IIS Web App Deploy task in IIS Web App Deployment Using WinRM extension, so you can install this extension and deploy packaged app to IIS if you want to deploy app to IIS.
Your hosting provider probably gave you a FTP access to a root directory for your website.
Upload the project over there and make sure there is an index.html file there, that pulls all the relevant JS files into place.

Deploy a Spring app (JAR) for browser

I have no knowledge about deployment, production server, web server, etc. But I have a web application and my boss wants to deploy it in order to access it by web browser.
So, my application was generated by Spring Initializr.
It's using Spring (Boot, Security, Web, Data JPA), with web service REST (#RestController), HTML templates and AngularJS.
With mvn clean package, I generated a JAR file of this application. It is working on my desk. But, how can I deploy it?
I believe that my company has an OVH hosting. Can I install JBOSS or Tomcat on it, and upload my JAR on OVH?
You can deploy your application on Tomcat but you need to have a war instead of a jar to run it on an existing application server.
You can read the following documentation to create the war : http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#build-tool-plugins-maven-packaging
Once done, you just have to upload it on the server in the webapps directory of your tomcat server.

Resources