Hi nasserdw,
For Web Site project, the .sln file always be created in the location configured in Visual Studio menu Tool | Options | Projects and Solutions | General | Visual Studio projects location.
I haven?t found a way to let Visual Studio save the .sln file in the same folder of web site automatically. But you can do it manually: click the solution file in Solution Explorer, and then select File | Save *.sln As?
To handle multi-projects in one solution, I suggest you to create a blank solution and then add the existing projects in. The file structure like this will be much more manageable.
Solution Directory\
Solution File
Folder A\
Project File A
Folder B\
Project File B
I hope the information above is helpful.
Sincerely,
Benson Yu
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.