I am trying to find info on an error I am receiving when trying to upload files to sub folders I have created. File Manager works fine one level deep. When I try to install files to nested folders of sub folders, I receive the following error: Exception Details: System.ArgumentException: ?
Stack Trace:
<div>[ArgumentException: ?] <br> System.IO.Path.nGetFullPathHelper(String path, Char[] invalidPathChars, Char[] whitespaceChars, Char directorySeparator, Char altDirectorySeparator, Char volumeSeparator, Boolean fullCheck, String& newPath) +0 <br> System.IO.Path.GetFullPathInternal(String path) +165 <br> System.IO.Path.GetFullPath(String path) +19 <br> System.Web.HttpApplication.CheckSuspiciousPhysicalPath(String physicalPath) +19 <br> System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap) +175 <br> System.Web.HttpContext.GetCompleteConfigRecord(String reqpath, IHttpMapPath configmap) +434 <br> System.Web.HttpContext.GetCompleteConfig() +49 <br> System.Web.HttpContext.GetConfig(String name) +195 <br> System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow) +20 <br> System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow) +39 <br> System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) +486 <br> </div> |
Is this a known error? |