Graviton
Graviton

Reputation: 83254

Physical path of localhost During VS 2008 Debug

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.

Upvotes: 0

Views: 287

Answers (1)

Michał Chaniewski
Michał Chaniewski

Reputation: 4806

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

Upvotes: 4

Related Questions