Z-Blog上传错误:Request 对象错误 'ASP 0104 : 80004005'
---
来源:TTT BLOG [ http://www.taoyoyo.net/ttt/ ]
地址:http://www.taoyoyo.net/ttt/post/457.html
---
昨天在整理女儿博客时,想上传点照片,但怎么也上传不上去,总是报如下错误:
Request 对象 错误 'ASP 0104 : 80004005'不允许操作/yoyo/function/c_system_lib.asp,行 3169
【技术背景】在 IIS 6.0 中, AspMaxRequestEntityAllowed 属性指定了一个 ASP 请求(Request)可以使用的最大字节数. 如果 Content-Length 头信息中包含的请求长度超过了 AspMaxRequestEntityAllowed 的值, IIS 将返回一个 403 错误信息.
这个属性值与 MaxRequestEntityAllowed 相似, 但是是针对 ASP 请求的. 假如你知道自己的 ASP 应用只需要处理很少的请求数据, 你可以在 World Wide Web Publishing Service (WWW 发布服务)层级设定全局的 MaxRequestEntityAllowed 属性为 1MB, 并单独设定 AspMaxRequestEntityAllowed 为一个较小的值。
--本文来源于[TTT BLOG]:http://www.taoyoyo.net/ttt/post/457.html
(提示:转载时请务必保留此版权信息或者注明来源。)

