Fixing “ASP.NET 2.0 has not been registered on the Web server.” error in Visual Studio

Recently I was working on very very old ASP.Net Project which was built on using .Net 2 framework. That thing was so ancient that VS2019 (or VS2015)  won’t even load it due to it’s dependent 3rd party libraries were also incompatible. I was able to get Visual Studio 2008 Pro using my MSDN license. All

High Availability in ASP.NET application

From Wikipedia, High availability is a system design approach and associated service implementation that ensures a prearranged level of operational performance will be met during a contractual measurement period. And it could include multiple database and application server connected in a clustered environment with redundant hardware. One of the method to make ASP.NET application available