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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |