Gets the physical file system path of currently executing server application.
[Visual Basic] Public ReadOnly Property PhysicalApplicationPath As String [C#] public string PhysicalApplicationPath {get;} [C++] public: __property String* get_PhysicalApplicationPath(); [JScript] public function get PhysicalApplicationPath() : String;
A string representing the file system path of the current application.
HttpRequest Class | HttpRequest Members | System.Web Namespace