Arbean.Wu
posts - 14, comments - 16, trackbacks - 1, articles - 0
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
Reporting services 不使用默认端口80的解决办法
Posted on 2006-09-12 14:09
Arbean.Wu
阅读(366)
评论(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 编辑过
相关文章:
终于干掉了默认的输入法, 关于ctfmon.exe文件
使用Visual Studio2005入门.Net2.0系列视频教程
Web Services Security
开机音量控制图标无法显示的解决办法
SQL Reporting Services 困惑的解决 直接传递参数并用ReportViewer来呈现报表
SQL Server 2005中设置Reporting Services发布web报表的匿名访问
相关链接:
最新IT新闻:
Google推出Android Market挑战App Store
美国年轻人最喜欢的15大网站
2008年8月30日IT博客精选
《极品飞车12》最新真人照片、游戏截图
IBM正在开发超强性能4TB固态硬盘阵列
博客园新闻频道
博客园首页
社区
Powered by:
博客园
Copyright © Arbean.Wu
日历
<
2007年11月
>
日
一
二
三
四
五
六
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
8
公告
与我互动
给我发短消息
搜索
常用链接
我的随笔
我的空间
我的短信
我的评论
更多链接
我的参与
我的新闻
最新评论
我的标签
留言簿
(1)
给我留言
查看私人留言
我参与的团队
广州.NET俱乐部(0/1718)
随笔分类
(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页面继承的效果(1600)
2. 学习笔记(1):如何在状态栏中的Panels中嵌入控件?(1577)
3. 获得Windows系统的IP网络信息的方法(1374)
4. 开源图表控件ZedGraph控件的研究(1)(920)
5. 给大家拜年(658)
6. 打算研究一下开源的图表控件ZedGraph控件(510)
7. Reporting services 不使用默认端口80的解决办法(366)
8. 转载《微软开发者系列讲座下载》--收藏(355)
9. 转载MSDN《Smart Client 高级开发》--收藏(214)
10. 好久没有写了,生活有点散漫。(95)
评论排行榜
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)