ASP.NET save files location in visual studio 2005

  • Thread starter Thread starter xerrr002
  • Start date Start date
X

xerrr002

Hi im working on my universtity asignment and would like to know were
the source code is saved in VS 2005. Since if i move the main data
containing directory ( the one that is created by VS ) in your my
documents \vishualstudio 2005\webpages to my laptop i am unable to
modify any of the code and not able to open the webpage. When i check
my IIS C:\inetpub\wwwroot directory i cant locate my webpage.

Any help about this matter is greatly appriciated.
 
Hi,

With an ASPNET application it is highlight depended how you tell at startup
where the source can be.

If it is not in the IIS map, than it is probably in the "Website" folder in
your projectfolder of VS2005

Cor
 
Back
Top