Thursday, July 16, 2009

Adding sln. file to existing website

Just in case you ever lose track of your solution file...most of the time your default location for sln. file saving is set to somewhere other than your website folder, follow these steps to add one to your website.

1) From the Visual Studio menu choose "File | New | Project..."
2) From the resulting dialog, under "Other Project Types" choose "Visual Studio Solutions" and create a blank solution.
3) 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.

Good to go.

No comments: