Migrating an ASP.NET Web solution to an Azure VM
A healthcare company has identified several applications that use different technologies for this strategy. The following applications use versions 4 and 3.5 of the ASP.NET framework:
- The MVC application
- The Web Forms Application
- SignalR
- The web pages
- The web APIs
- Windows Communication Foundation (WCF)
- SQL, Oracle, PostgreSQL, and MySQL databases
The company has selected a monolithic solution that includes multiple applications. Every application is a legacy monolithic web application.
During this section, we will only migrate two applications. The first application is implemented by using ASP.NET MVC, while the second web application is implemented by using ASP.NET Web API.
This solution is on GitHub: https://github.com/PacktPublishing/A-Developer-s-Guide-to-Cloud-Apps-Using-Microsoft-Azure/tree/main/Chapter3.
We will describe the different steps to migrate an old ASP.NET Web solution...