Arbean.Wu
posts - 14, comments - 16, trackbacks - 1, articles - 0
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
Reporting services 不使用默认端口80的解决办法
Posted on 2006-09-12 14:09
Arbean.Wu
阅读(381)
评论(1)
编辑
收藏
所属分类:
Reporting service
一般情况下,Reporting Services都是使用Web网站的默认端口80,最近有个项目由于原因特殊(具体原因就不细说了),不能使用80端口,需要通过防火墙映射端口过来。
由于端口发生变化,导致无法通过地址加端口的方式访问报表。后来通过修改一个配置文件 RSWebApplication.config 就OK了,修改
ReportServerUrl
节点,追加端口号。
1
<
Configuration
>
2
<
UI
>
3
<
ReportServerUrl
>
http://192.168.1.212:188/ReportServer
</
ReportServerUrl
>
4
</
UI
>
5
<
Extensions
>
6
<
DeliveryUI
>
7
<
Extension
Name
="Report Server Email"
Type
="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider"
>
8
<
DefaultDeliveryExtension
>
True
</
DefaultDeliveryExtension
>
9
<
Configuration
>
10
<
RSEmailDPConfiguration
>
11
<
DefaultRenderingExtension
>
MHTML
</
DefaultRenderingExtension
>
12
</
RSEmailDPConfiguration
>
13
</
Configuration
>
14
</
Extension
>
15
<
Extension
Name
="Report Server FileShare"
Type
="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareUIControl,ReportingServicesFileShareDeliveryProvider"
>
16
<
Configuration
>
17
<
FileShare
>
18
<
DefaultRenderingExtension
>
MHTML
</
DefaultRenderingExtension
>
19
</
FileShare
>
20
</
Configuration
>
21
</
Extension
>
22
</
DeliveryUI
>
23
</
Extensions
>
24
<
Add
Key
="MaxActiveReqForOneUser"
Value
="20"
/>
25
<
Add
Key
="DisplayErrorLink"
Value
="true"
/>
26
</
Configuration
>
27
Feedback
#1楼
回复
引用
查看
2007-11-29 09:18 by
GodSpeed
reporting service 用了别的端口,那么IIS的端口 还是80吗 是否也要换成和reporting service 一样的端口呢?
新用户注册
刷新评论列表
标题
姓名
主页
Email
(博主才能看到)
验证码
*
看不清,换一张
[
登录
][
注册
]
内容(请不要发表任何与政治相关的内容)
网站首页
新闻频道
社区
小组
博问
网摘
闪存
找找看
Remember Me?
登录
使用高级评论
新用户注册
返回页首
恢复上次提交
[使用Ctrl+Enter键可以直接提交]
该文被作者在 2007-06-22 22:24 编辑过
相关文章:
打造自己的LINQ Provider(中):IQueryable和IQueryProvider
学习asp.net比较完整的流程
终于干掉了默认的输入法, 关于ctfmon.exe文件
使用Visual Studio2005入门.Net2.0系列视频教程
Reporting services 如何在WPF中工作
reporting service 怎么获得符合条件的项的个
分享.net reporting service 视频
有没有好点的web service书,给介绍几本
相关链接:
最新IT新闻:
扎克博格:Facebook要先赚吆喝后赚钱
金融风暴改写富豪榜排名 巴菲特资产超盖茨
红杉资本发出严重警告:黄金时代已成历史
2008年10月11日科技博客精选
搞死开心网还是搞活他?
Powered by:
博客园
Copyright © Arbean.Wu
日历
<
2006年9月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
公告
与我互动
给我发短消息
搜索
常用链接
我的随笔
我的空间
我的短信
我的评论
更多链接
我的参与
我的新闻
最新评论
我的标签
留言簿
(1)
给我留言
查看私人留言
我参与的团队
广州.NET俱乐部(0/1741)
随笔分类
(5)
Reporting service(1)
控件(2)
心情驿站(2)
随笔档案
(14)
2008年5月 (1)
2007年11月 (1)
2007年6月 (3)
2007年3月 (1)
2006年9月 (1)
2006年7月 (2)
2006年2月 (1)
2005年6月 (1)
2005年3月 (1)
2005年2月 (2)
相册
生命在于运动
博客e族
Scott Guthrie 博客中文版
terrylee的博客
编程人生 的博客
赵劼 的博客
最新评论
阅读排行榜
1. 可以这样做来达到Web页面继承的效果(1615)
2. 学习笔记(1):如何在状态栏中的Panels中嵌入控件?(1587)
3. 获得Windows系统的IP网络信息的方法(1376)
4. 开源图表控件ZedGraph控件的研究(1)(969)
5. 给大家拜年(658)
6. 打算研究一下开源的图表控件ZedGraph控件(541)
7. Reporting services 不使用默认端口80的解决办法(381)
8. 转载《微软开发者系列讲座下载》--收藏(370)
9. 转载MSDN《Smart Client 高级开发》--收藏(225)
10. 好久没有写了,生活有点散漫。(96)
评论排行榜
1. 可以这样做来达到Web页面继承的效果(4)
2. 开源图表控件ZedGraph控件的研究(1)(3)
3. 学习笔记(1):如何在状态栏中的Panels中嵌入控件?(2)
4. 给大家拜年(2)
5. 获得Windows系统的IP网络信息的方法(2)
6. 好久没有写了,生活有点散漫。(1)
7. Reporting services 不使用默认端口80的解决办法(1)
8. 打算研究一下开源的图表控件ZedGraph控件(1)
9. 行业B2B网站的6种主要模式分析[转载](0)
10. SQL 常用函数(0)