How to convert an existing asp.net mvc 3 web application to azure

I have a solution with 1 asp.net mvc application and some class libraries (kernel, repo, service, tests).

What are the steps required to convert this solution to azure?

+3
source share
1 answer

An ASP.NET MVC 3 application is nothing more than an ASP.NET application, so right after a blog post .

+5
source

Source: https://habr.com/ru/post/1787914/


All Articles