Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

当写入SQL数据库的文字或是图片大于200K的时候会出现这种错误,
第一步,打开IIS,点击计算机名,然后 点停止;

Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图
第二步,服务---找到Application Host Helper Service点停止;
Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图

Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图
第三步,进入 C:\Windows\System32\inetsrv\config\schema 文件夹下 IIS_schema.xml
Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图
用记事本打开IIS_schema.xml,找到“maxRequestEntityAllowed” 将后面的 defaultValue=https://www.myit5.com/answer/“200000” 数值改大,就可以了
Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图
第四步,把上面两个停止的服务重新启动,再次写入数据,一切OK!
!!注意!!:用记事本进行编辑IIS_schema.xml文件的时候注意文件是“只读”属性,要把只读前的小勾去掉,如果去只读操作失败,点右键--管理员取得所有权,就可以保存了;
Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图

Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?

文章插图
【Request 对象 错误 'ASP 0104 : 80004005' 是什么回事?】

    推荐阅读