How to create a .sln file for an existing ASP.NET application
- From the Visual Studio menu choose "File | New | Project..."
- From the resulting dialog, under "Other Project Types" choose "Visual Studio Solutions" and create a blank solution.
- Then from the Visual Studio menu choose "File | Add | Existing Web Site" and point it to your web site to add it to your new solution.
It’s that simple
