System.Web Namespace HttpWorkerRequest Class
Gets the full physical path to the Machine.config file.
[ VB ]
<ComVisible ( False ) >
Overridable Public ReadOnly Property MachineConfigPath As String
[ C# ]
[ ComVisible ( false ) ]
public virtual string MachineConfigPath {get;}
[ C++ ]
[ ComVisible ( false ) ]
public: __property virtual String* get_MachineConfigPath ( );
[ JScript ]
public ComVisible ( false )
function get MachineConfigPath ( ) : String;
The physical path to the Machine.config file.
HttpWorkerRequest Members HttpRuntime Class