今天用.NET4.0开发 设置validateRequest="false" 居然晕死 网上别人的解决方法
在全局级别(Web.config中)设置<configuration> <system.web> <httpRuntime requestValidationMode="2.0">