14 references to HasPathDiscoveryPermission
System.Web (14)
HttpApplication.cs (9)
1329if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 1335if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 1341if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 1396if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 1402if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 1408if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 3335if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 3341if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated)) 3347if (HttpRuntime.HasPathDiscoveryPermission(pathTranslated))
HttpRuntime.cs (2)
2656return HasPathDiscoveryPermission(HttpRuntime.AppDomainAppPathInternal); 2664if (HasPathDiscoveryPermission(path)) // could throw on bad filenames
UI\WebControls\AccessDataSource.cs (1)
244if (!HttpRuntime.HasPathDiscoveryPermission(filename)) {
UI\WebControls\AdRotator.cs (1)
470if (!String.IsNullOrEmpty(physicalPath) && HttpRuntime.HasPathDiscoveryPermission(physicalPath)) {
XmlSiteMapProvider.cs (1)
267if (physicalDir != null && HttpRuntime.HasPathDiscoveryPermission(physicalDir)) {