Posts tagged ‘migration’

Migration from ASP.NET 1.1 to ASP.NET 2.0

Although Visual Studio 2005 includes a conversion wizard for old projects, this does not work properly with web applications, because Microsoft removed support for web applications at the beginning. We don’t have a web project, we have a web site. The wizard tries to convert all the files to the new framework. This fails at […]