3 references to CurrentAppSiteName
System.Web (3)
Configuration\ExpressServerConfig.cs (3)
95
string siteName = (appHost == null) ?
CurrentAppSiteName
: appHost.GetSiteName();
120
int result = _nativeConfig.MgdGetAppCollection(
CurrentAppSiteName
, vpath, out pBstr, out cBstr, out pAppCollection, out count);
189
return _nativeConfig.MgdIsWithinApp(
CurrentAppSiteName
, HttpRuntime.AppDomainAppVirtualPathString, virtualPath);