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

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
 
S

scott blood

Chris,

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

Regards
Scott Blood
C# Developer
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top