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

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

asp.net4.0提交html出错的解决方法 [复制链接]

1#

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'requestValidationMode'. Note that attribute names are case-sensitive.

Source Error:


Line 23:     </customErrors>
Line 24:     <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Line 25:     <httpRuntime maxRequestLength="10240" executionTimeout="60"  requestValidationMode="2.0"/>
Line 26:   </system.web>
Line 27: </configuration>


Source File: d:\server\Wskjw\wwwroot\web.config    Line: 25


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634


我的改了后在后台提示这个
分享 转发
TOP
发新话题 回复该主题