When creating a website in Visual Studio 2010 (I think 2008 had the same behavior): File > New Website, VS creates the solution files in the Projects directory and the website in the Websites directory. What is the purpose? Why not just create the solution files under the Websites directory?
Share
Because you can add on the website solution more project on other directories.
Also its not good to place the solution to the website directory and make it public.