PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

这个问题,以前没有到过,大神看过来。。。。 [复制链接]

1#

换成NET2.0或者 修改WEBCONFIG文件
用计事本打开web.config文件
找到
<httpRuntime maxRequestLength="10240" executionTimeout="60"  />
修改为
<httpRuntime maxRequestLength="10240" executionTimeout="60"  requestValidationMode="2.0"/>

如果没有<httpRuntime这行的话找到</system.web>,在这句前面加上
<httpRuntime maxRequestLength="10240" executionTimeout="60"  requestValidationMode="2.0"/>
分享 转发
TOP
发新话题 回复该主题