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