'Asp 0104:80004005'操作不允许 [英] 'Asp 0104 : 80004005' operation not allowed

查看:83
本文介绍了'Asp 0104:80004005'操作不允许的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用经典的ASP应用程序,并且有一个页面可以从客户端计算机上传服务器上的文件。对于小于6 MB的文件,它工作正常,但每当我尝试上传大小> 5 MB的文件时,它会给出以下错误。

请求对象错误ASP 0104:80004005不允许操作



我尝试过:



我已将最大允许内容长度更改为100000000(BYTES),最大URL长度(字节)更改为4096来自IIS服务器管理器。

我还查看了c:\ Windows \ System32 \ Inetsrv文件夹中的metabase.XML,但在metabase.xml中我没有找到任何AspMaxRequestEntityAllowed元素。

此外,我没有任何权限在metabase.XML中进行更改。

请帮助我如何克服这个问题。

提前致谢!!!!

解决方案

该问题通过以下步骤解决:

我去了IIS管理器,选择了网站,然后在IIS选择ASP,然后限制属性并设置'最大请求实体主体限制20000000然后点击应用'

I am working in a classic ASP application and there is a page which uploads file on the server from the client machine. For files less than 6 mb it is working fine but whenever i am trying to upload a file of size>5 MB it is giving the below error.
Request object error ASP 0104 : 80004005 Operation not Allowed

What I have tried:

I have changed the Maximum allowed content length to 100000000(BYTES) and the Maximum URL length length (bytes) to 4096 From the IIS server manager.
I Have also looked into metabase.XML in c:\Windows\System32\Inetsrv folder but in metabase.xml I did not find any AspMaxRequestEntityAllowed element.
Moreover i do not have any permission to make changes in metabase.XML.
Please help how can i overcome through this problem.
Thanks in advance!!!!

解决方案

The issue got resolved by the following steps :
I went to IIS manager, selected website then under IIS selected ASP and then Limit properties and set 'maximum requesting Entity body limit 20000000 then clicked on Apply'


这篇关于'Asp 0104:80004005'操作不允许的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆