System.Web.HttpWorkerRequest.RootWebConfigPath Property

Gets the full physical path to the root Web.config file.

Syntax

public virtual string RootWebConfigPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If you are implementing your own hosting environment, you may to override this property to return the location of your environment's root configuration file. An example of this is the System.Web.Hosting.SimpleWorkerRequest class which provides a simple implementation of the System.Web.HttpWorkerRequest. The System.Web.Hosting.SimpleWorkerRequest.RootWebConfigPath property of System.Web.Hosting.SimpleWorkerRequest class overrides the HttpWorkerRequest.RootWebConfigPath property of System.Web.HttpWorkerRequest class.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0