I’m trying to migrate an old asp.net 1.1 application to target the new .net 4.0 framework. There are good guides available on this (https://learn.microsoft.com/en-us/archive/msdn-magazine/2010/september/app-migration-migrate-your-asp-net-1-1-apps-to-visual-studio-2010). However, all approaches start with the assumption that the 1.1 project contains a solution file which one has to open using VS 2010 and go through the conversion wizard.
In my case, the project does not have any solution file, giving me a sort of chicken and egg issue.
Is there a way to add a 1.1 .net soution file with or without VS 2010? Using command line tools? What is so special about a solution file anyway?
Are the file that you have in a website alreay? Are they located in C:\Inetpub\wwwroot\[SITE_FOLDER]?
This site might help as well. http://ondotnet.com/pub/a/dotnet/excerpt/vshacks_chap1/index.html?page=4
Here is a sample solution: