NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.PhysicalApplicationPath

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;

Property Value

A string representing the file system path of the current application.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace