解决方案一: 在.aspx文件头中加:

<%@Page validateRequest="false" %>

解决方案二: 修改web.config文件:

<configuration>
<system.web>
<pagesvalidateRequest="false"/>
</system.web>
</configuration>

解决方案三:

<configuration>
<system.web>
<httpRuntime requestValidationMode="2.0" />
<system.web>
<configuration>

最新文章

  1. 安装infer整个过程
  2. MVC5+EF6+AutoMapper+Bootstrap打造在线博客(1.0)
  3. 3.2 Git 分支 - 分支的新建与合并
  4. Spring Object/XML mapping example
  5. maven快速入门
  6. Java分布式处理技术(RMI,JDNI)
  7. JVM内存回收对象及引用分析
  8. LeeCode-String to Integer (atoi)
  9. shell脚本学习(五)
  10. SpringBoot学习helloworld
  11. Linux 下编译安装xCache命令速记
  12. 京东商品及评论爬虫(selenium)
  13. Eureka 配置
  14. 基于Two.js实现的一个小demo,星球环绕动画效果
  15. c# 结构的使用
  16. TextView 借助Linkify,使用自定义模式设置链接
  17. Jar版本:java.lang.UnsupportedClassVersionError: ******
  18. Could not load file or assembly &#39;Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91&#39; or one of its dependencies
  19. Docker配置国内加速器加速镜像下载的方法
  20. Unalignable boolean Series provided as indexer (index of the boolean Series and of the indexed object do not match

热门文章

  1. Chrome格式化JavaScript
  2. java使用poi读取doc和docx文件(maven自动导入依赖包)
  3. CNN 文本分类模型优化经验——关键点:加卷积层和FC可以提高精度,在FC前加BN可以加快收敛,有时候可以提高精度,FC后加dropout,conv_1d的input维度加大可以提高精度,但是到256会出现OOM。
  4. win7下远程登录ubuntu mysql
  5. PCB genesis短槽加引导孔实现方法
  6. Decode the Strings
  7. Vue解决移动端localhost无数据问题
  8. RHEL6.5安装QT5.4,设置环境变量
  9. 1.1输出“hello,world”
  10. NS2学习笔记(四)