win2008下做的网站发布文章时内容为图片加文字提交就一直loading,按你给的方法修改用计事本打开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"/>
出现配置错误
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
配置错误
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
分析器错误消息: 无法识别的属性“requestValidationMode”。请注意属性名称区分大小写。
源错误:
行 19: </customErrors>
行 20: <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />
行 21: <httpRuntime maxRequestLength="10240" executionTimeout="60" requestValidationMode="2.0"/>
行 22: </system.web>
行 23: <system.webServer>
源文件: D:\school1\web.config 行: 21