Physical path of localhost During VS 2008 Debug

Go To StackoverFlow.com

0

Where is the physical path of the aspx files from which the webpage is served? I am pressing F5 in my VS 2008, and I want to know where VS stores my aspx files during the debugging process.

2009-06-16 08:28
by Graviton


4

It just hooks up a local web server to your application directory - files aren't being stored elsewhere.

2009-06-16 08:30
by Michał Chaniewski
This can depend on the startup settings of VS, check the project properties to confirm (e.g. using a remote server would serve content from a remote location) - Richard 2009-06-16 10:49
Ads