This documentation is archived and is not being maintained.
HttpWorkerRequest.MachineConfigPath Property
.NET Framework 1.1
Gets the full physical path to the Machine.config file.
[Visual Basic] Public Overridable ReadOnly Property MachineConfigPath As String [C#] public virtual string MachineConfigPath {get;} [C++] public: __property virtual String* get_MachineConfigPath(); [JScript] public function get MachineConfigPath() : String;
Property Value
The physical path to the Machine.config file.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: