win 2008中iis如何兼容32位的

win 2008中iis如何兼容32位的,第1张

一般是将64位的IIS降级为32位!

方法:开始-运行输入cmd回车

输入

cd C:\Inetpub\AdminScripts\

并运行

adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 true

iisreset

由于IIS7.0限制上传文件大小为30000000字节(约28.6M)造成的。打开C:\Windows\System32\inetsrv\config\schema\IIS_schema.xml,找到如下内容

复制内容到剪贴板 程序代码

<element name="requestLimits">

<attribute name="maxAllowedContentLength" type="uint" defaultValue="30000000" />

<attribute name="maxUrl" type="uint" defaultValue="4096" />

<attribute name="maxQueryString" type="uint" defaultValue="2048" />

<element name="headerLimits">

<collection addElement="add" clearElement="clear" removeElement="remove" >

<attribute name="header" type="string" required="true" isUniqueKey="true" validationType="nonEmptyString" />

<attribute name="sizeLimit" type="uint" required="true" />

</collection>

</element>

</element>


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/56466.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-02-26
下一篇2023-02-26

发表评论

登录后才能评论

评论列表(0条)

    保存