如何:在我的 ASP.net 站点上以集成模式使用 SSRS
好的,我有一个使用 SSRS 的共享点站点(当然是在集成模式下),但是,我需要有一个可以查看这些报告的 ASP.net 站点。
我可以浏览并查看共享点站点上文档库中的报告,但是当我在 ASP.Net 页面上设置 ReportViewer 时,我不断收到 COM 错误,提示“您尝试保存或检索的文件有已被服务器管理员阻止访问此网站”
这是否只是一个安全问题,我需要在其中进行模拟?
有人知道我该怎么做,或者这是否可能?
SQLServer/SSRS 2005 共享点 2007 使用 .net 4 的 ASP.Net
OK, so I have a sharepoint site that is using SSRS (in integrated mode, of course) however, I need to have a ASP.net site where I can view these reports.
I can browse to and view the report in my document library on the sharepoint site, but when i set up the ReportViewer on my ASP.Net page, I keep getting a COM error that says "The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators"
could this just be a security issue, where I need to impersonate?
Anyone know how I can do this, or if this is even possible?
SqlServer/SSRS 2005
Sharepoint 2007
ASP.Net using .net 4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,似乎没有人知道也没有人愿意回答。我们最终要做的是在同一服务器上安装第二个实例。这并不是我们真正想做的,但是,嗯,它完成了工作。
Well, it seems that no one knows or wants to answer. What we ended up doing is installing a second instance on the same server. Not really what we wanted to do, but meh, it gets the job done.