11 references to IsWithinAppRoot
System.Web (11)
CachedPathData.cs (1)
136if (virtualPath == null || !virtualPath.IsWithinAppRoot) {
Compilation\BuildManager.cs (2)
1447if (!virtualPath.IsWithinAppRoot) 1785if (!virtualDir.IsWithinAppRoot)
Configuration\MTConfigUtil.cs (2)
165if (vpath == null || !vpath.IsWithinAppRoot) { 223while (currentVPath != null && currentVPath.IsWithinAppRoot) {
Hosting\HostingEnvironment.cs (1)
1661if (!allowCrossAppMapping && !virtualPath.IsWithinAppRoot)
httpserverutility.cs (1)
357bool useAppConfig = !filePath.IsWithinAppRoot;
Security\FileAuthorizationModule.cs (1)
66if (!vPath.IsWithinAppRoot)
Security\UrlAuthorizationModule.cs (1)
75if (!vPath.IsWithinAppRoot)
SiteMapProvider.cs (1)
353!virtualPath.IsWithinAppRoot) {
VirtualPath.cs (1)
358if (!this.IsWithinAppRoot) {