Application.GetWebConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Configuration object for the current site and application path.
public:
Microsoft::Web::Administration::Configuration ^ GetWebConfiguration();
public Microsoft.Web.Administration.Configuration GetWebConfiguration ();
member this.GetWebConfiguration : unit -> Microsoft.Web.Administration.Configuration
Public Function GetWebConfiguration () As Configuration
Returns
A Configuration object for the current site and path.
Remarks
This method provides access to the Microsoft.Web.Administration.ServerManager.GetWebConfiguration method. The path passed to the method is based on the site and virtual path of the current application.