Monday, September 10, 2018

How to deploy an ASP.Net web application to an Nginx server

So I have built an ASP.Net MVC web application in visual studio (but developed it on my desktop) and want to now start deploying it to a Digital Ocean Ubuntu 18.04 server. I have Nginx, mono and the dotnet core installed on it but am now having difficulty moving the project build to the server. I thought about ftp but wanted to try a more secure way of moving the files and when I try file package publishing from visual studio I get lot of errors to do with the jsvalidation code. Basically, I want a way that I can publish my web app to the server but am new to the process and don't know where to start outside of what I've tried already, and wanted to see what advice you had? Do you use git, is there an easier method to do this within visual studio?

How to deploy an ASP.Net web application to an Nginx server Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team