【发布时间】:2010-05-17 07:21:19
【问题描述】:
我正在尝试增加我的 asp.net 网站上的执行超时和文件上传限制,但是当我尝试添加时
<httpRuntime
executionTimeout="110"
maxRequestLength="4096">
</httpRuntime>
我收到以下错误:
Could not find schema information for the element 'httpruntime'.
Could not find schema information for the element 'executionTimeout'.
Could not find schema information for the element 'maxRequestLength'.
根据这个 msdn 库 link 这就是我应该这样做的,那么我在这里缺少什么?
【问题讨论】:
标签: asp.net web-config