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.
+4
A:
It just hooks up a local web server to your application directory - files aren't being stored elsewhere.
Michał Chaniewski
2009-06-16 08:30:58
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:10