Click or drag to resize
WebEnvironmentInitializerSetUp Method

Note: This API is now obsolete.

Methods sets properties IsWebSite, ApplicationPath and WebApplicationPhysicalPath by values provided by HttpRuntime implementation.

Namespace: CMS.AspNet.Platform
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This code is meant for system purposes, it shouldn't be used directly.", 
	true)]
public static void SetUp()
Remarks

The method is not intended to be used directly from your code.

Method is called automatically during the application startup for applications hosted within the web server.

See Also