博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Web.config配置ActiveReports
阅读量:5219 次
发布时间:2019-06-14

本文共 613 字,大约阅读时间需要 2 分钟。

1.system.web节点下

<httpHandlers>

<add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
</httpHandlers>

 

 

system.webServer=》handlers

<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>

转载于:https://www.cnblogs.com/liandy0906/p/8011027.html

你可能感兴趣的文章
nodejs---crypto模块MD5签名
查看>>
js自执行函数
查看>>
es6模板字符串
查看>>
修改node.js默认的npm安装目录
查看>>
jquery核心
查看>>
css3 flex 详解,可以实现div内容水平垂直居中
查看>>
2019软工实践_作业1
查看>>
2019软工实践_作业3_1(结对编程设计博客)
查看>>
Factor_Analysis
查看>>
2019软工实践_作业2
查看>>
2019软工实践_作业3_2(团队介绍博客)
查看>>
Thread 设置 IsBackground true false 的 运行差别
查看>>
简单的Lock死锁例子
查看>>
AutoResetEvent 学生考试,老师阅卷,学生等待考试结果
查看>>
ThreadPool.QueueUserWorkItem 简单示例,显示当前时间
查看>>
js数据类型
查看>>
运算符
查看>>
常用命令记录
查看>>
jmeter接口性能测试【CSV文件读取+接口关联+设置集合点】
查看>>
分布式Streaming Data Processing - Samza
查看>>