This documentation is archived and is not being maintained.
HttpWorkerRequest.MachineInstallDirectory Property
.NET Framework 1.1
Gets the physical path to the directory where the ASP.NET binaries are installed.
[Visual Basic] Public Overridable ReadOnly Property MachineInstallDirectory As _ String [C#] public virtual string MachineInstallDirectory {get;} [C++] public: __property virtual String* get_MachineInstallDirectory(); [JScript] public function get MachineInstallDirectory() : String;
Property Value
The physical directory to the ASP.NET binary files.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: