2 references to AppConfigPath
System.Web (2)
CachedPathData.cs (2)
118
return GetConfigPathData(HostingEnvironment.
AppConfigPath
);
159
s_appConfigPathLength = (HostingEnvironment.IsHosted) ? HostingEnvironment.
AppConfigPath
.Length : WebConfigurationHost.RootWebConfigPath.Length;