IIS7 IIS8 IIS8.5 IIS去除30M上傳限制
技術(shù)支持服務(wù)電話:15308000360 【7x24提供運維服務(wù),解決各類系統(tǒng)/軟硬件疑難技術(shù)問題】
如何去除Windows Server 2008 windows server 2012 IIS 7.0 IIS8.0 IIS8.5中的30M上傳限制呢?
首先停止IIS 服務(wù)
訪問 下面的目錄
X:\Windows\System32\inetsrv\config\schema
用記事本打開 IIS_schema.xml
查找
看到 3000000 了吧。加一個0 就是 300MB 咯。。自己加吧。設(shè)置好保存。啟動 IIS就可以拉。
以上方法若不行請嘗試以下方法:
然后找到節(jié)點system.webServer/security/requestFiltering
將里面的requestlimits下的maxAllowedContentLength的值(原本為30000000,即30M)修改為1024000000,即1G即可。
IO錯誤 IOErrorEventtype
IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"
I/O Error:[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]
php的請求超時設(shè)置大一些就好了