asp中出现错误'80020009'的解决方法
当前位置:点晴教程→点晴OA办公管理信息系统
→『 经验分享&问题答疑 』
这个错误是IIS缓存设置太小造成的,默认IIS只允许上传或打开200KB以内文件或页面,将缓存参数改大即可。
参考教程: 上传大附件到点晴OA提示:500内部服务器错误(80020009/HTTP_Error404.13-Not_Found),如何取消IIS对上传文件大小限制(含自动修改程序下载及手工修改教程)[24788]
其他参考: IIS6 可以做以下调整。 先在服务里关闭iis admin service服务 把它修改为51200000(50M) IIS5.0/4.0 在注册表内 - Description of the MaxClientRequestBuffer Registry Value In IIS 5.0, this is reduced to 128 kilobytes (KB).
另外,在搜索微软的知识库的时候,发现在数据类型是text BLOB 的读取处理的时候,也有80020009错误 When dealing with BLOB fields from Microsoft SQL Server, you must put them to the right of non-BLOB columns in the resultset. To be safe, you should also read the columns in left-to-right order, so if you have two BLOB columns as the last two columns in your resultset, read the first one and then the second. Do not read them in the reverse order.
另外: https://www.elearning4gurus.com/only4gurus/techlib/miscellaneous/CurrentFAQ-20021215.pdf 这里是 ASPFAQ 3.0 ,这里有很多ASP3.0稀奇古怪错误的介绍。 Request.Form提交的数据太多了,导致IIS报告异常“堆栈溢出. 处理中的数据超过允许的极限”。这是因为iis默认设置中最大只能接受200K的内容。是这里造成的原因。 IIS6 可以做以下调整。 先在服务里关闭iis admin service服务 把它修改为51200000(50M)
Description of the MaxClientRequestBuffer Registry Value Default Sizes in IIS 4 and 5 In IIS 5.0, this is reduced to 128 kilobytes (KB). 该文章在 2019/2/14 12:04:42 编辑过 |
关键字查询
相关文章
正在查询... |