去除Windows Server 2008 IIS 7.0中30M上傳限制呢?

首先停止IIS7 服務

找到 下面的目錄

X:\Windows\System32\inetsrv\config\schema

用記事本打開 IIS_schema.xml

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

看到 3000000 了吧,加一個0 就是 300MB 囉。

設置好保存,啓動 IIS7 就可以了。