iis10.0上传文件Post 大小超出允许的限制
广告:
iis10.0上传文件Post 大小超出允许的限制
事件代码: 3004
事件消息: 上传文件Post 大小超出允许的限制。
事件时间: 2019/3/18 18:05:42
事件时间(UTC): 2019/3/18 10:05:42
事件 ID: 7a6878230b264b02b1b6f61368a54146
事件序列: 10643
事件匹配项: 7
事件详细信息代码: 0
应用程序信息:
应用程序域: /LM/W3SVC/1/ROOT-1-131973581213995387
信任级别: Full
应用程序虚拟路径: /
应用程序路径: E:\xzpaper\wwwweb\
计算机名: WIN-EF5433EEN13
进程信息:
进程 ID: 11684
进程名: w3wp.exe
帐户名: NT AUTHORITY\SYSTEM
异常信息:
异常类型: HttpException
异常消息: 超过了最大请求长度。
请求信息:
请求 URL: http://120.95.80.160/editors/uploadinc/Upallfiles.aspx?extname=pdf
请求路径: /editors/uploadinc/Upallfiles.aspx
用户主机地址: 59.75.83.70
用户: admin
是否已经过身份验证: True
身份验证类型: Forms
线程帐户名: NT AUTHORITY\SYSTEM
线程信息:
线程 ID: 7
线程帐户名: NT AUTHORITY\SYSTEM
是否正在模拟: False
堆栈跟踪: 在 System.Web.HttpRequest.GetEntireRawContent()
在 System.Web.HttpRequest.GetMultipartContent()
在 System.Web.HttpRequest.FillInFormCollection()
在 System.Web.HttpRequest.get_Form()
在 System.Web.HttpRequest.get_HasForm()
在 System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
在 System.Web.UI.Page.DeterminePostBackMode()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
自定义事件详细信息:
请修改:maxRequestLength 参数 指定的大小以 KB 为单位
<httpRuntime requestValidationMode="2.0" useFullyQualifiedRedirectUrl="true" maxRequestLength="360000" executionTimeout="180"/>
广告: