A project file contains all the information of a project, such as its  settings and especially the items (*.cs, *.aspx, etc.) in the project.
The  solution is just a container for the projects and the configurations  the projects can be build in. The .sln file is the contains the user  specific settings of the solution (such as the opened windows etc.)
The solution file is usually stored in C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\WebApplication1.sln
 
No comments:
Post a Comment