From the course: Upgrade Applications with .NET Modernization

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Upgrading ASP.NET apps

Upgrading ASP.NET apps

(lively music) (screen whooshing) - Hi, everyone. In this video, I will tell you how to upgrade your ASP.NET applications to the latest .NET in Visual Studio. We are going to do that with .NET Upgrade Assistant. That is a Visual Studio extension and if you have not installed it yet, you can go to extensions, manage extension, search for .NET Upgrade Assistant and install it on your machine. Once you do that, then you can right click on your ASP.NET application and you will see a new menu item called Upgrade and that is how you run Upgrade Assistant for your web app. So I'm going to choose upgrade project to a newer .NET version. This is the type of upgrades it thinks is better for my application because I have a web app side by side incremental project upgrade is the best and only option. So I'm going to go with that here. It asks if I want Upgrade Assistant to create a new .NET 8.0 application, or maybe if I have already started my upgrade, I can show you my new .NET project and I…

Contents