Click here to Skip to main content
15,881,831 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a website using Visual Studio 2010. Now how do i create a solution (.sln) file of the website(as it would be easy to use solution of the file instead of recreating the website every time when i open it in new system).
Posted

1 solution

Quote:
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.

refer : http://forums.asp.net/post/4072219.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900