ASP.NET 2.0 : where are the project files ???

  • Thread starter Thread starter Chris Peeters
  • Start date Start date
C

Chris Peeters

Hi,

When creating an ASP.NET project in VS2005 : where are the project files
(.csproj, .sln, ...) ?
The only files I can find are the aspx and .code behind-files.

thanks
Chris
 
Chris,

Are these files not being stored in the project folder under the WWWRoot
folder?

Regards
Scott Blood
C# Developer
 
Chris,
The default "Web Site" ASP.NET 2.0 solution has no project file; you can
enable the option to "Always show solution" and it will show the soln file in
the Solution Explorer tree. This file will save in your default folder but
you can also save it right in the web directory to "keep everything together".

The new "ASP.NET Web Application" add-in (which is still in preview) will
provide you with a setup more similar to the original ASP.NET 1.1 web project
if you'd like to download and try it.
Hope that helps.

--Peter
 
Back
Top