[PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.]
System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths) +13051757
System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths) +105
System.IO.Path.GetFullPathInternal(String path) +114
System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) +37
System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) +304
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +92
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) +67
System.Web.InternalSecurityPermissions.PathDiscovery(String path) +34
System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +157
System.Web.HttpServerUtility.MapPath(String path) +108
Intelligencia.UrlRewriter.Utilities.HttpContextFacade.InternalMapPath(String url) +76
Intelligencia.UrlRewriter.RewriterEngine.HandleDefaultDocument(RewriteContext context) +400
Intelligencia.UrlRewriter.RewriterEngine.Rewrite() +1184
Intelligencia.UrlRewriter.RewriterHttpModule.BeginRequest(Object sender, EventArgs e) +128
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +115
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73
|