asp.net在webconfig中取消页面非法数据提交的检查

  <system.web>
        <compilation debug="true" targetFramework="4.0" />
        <httpRuntime requestValidationMode="2.0"/>
    </system.web>

你可能感兴趣的:(asp.net在webconfig中取消页面非法数据提交的检查)