你这样试下
再web.config 找到
<httpModules>
<add type="PageAdmin.UrlReWriteModule" name="HttpModule" />
</httpModules>换成
<httpModules>
<add type="PageAdmin.UrlReWriteModule" name="HttpModule" />
<add type="Discuz.Forum.HttpModule, Discuz.Forum" name="HttpModule0" />
</httpModules>
第5步你还按照帖子里的做,仔细找下肯定能找到
<xhtmlConformance mode="Legacy"/>
<httpRuntime maxRequestLength="2097151" executi/>
<webServices>
<protocols>
<add name="HttpGet" />
<add name="HttpPost"/>
</protocols>
</webServices>