MSDN Reports Services /ReportServer 和 /Reports 虚拟目录的默认路径
我正在尝试使用 MSDN Reports Services 2005,但我意识到我破坏了安装,因此我尝试修复它,而不必完全重建它。 (尽管这种情况持续的时间越长,我就越容易受到诱惑。)不幸的是,所有文档都假设您没有做过任何愚蠢的事情。 ;)
在此过程中我遇到的问题之一是我丢失了用于指向服务器和报告目录(/ReportServer、/Reports)的 IIS 虚拟目录,并且我不记得它们使用了哪个目录指向。我猜测类似“C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager”,但到目前为止我尝试过的所有内容似乎都不正确。
据我记得,这是一个我在各处都使用默认设置进行安装的安装(例如,主应用程序位于 C:\Program Files\Microsoft SQL Server)。如果有什么不同的话,它是 MSSQL Server 的开发人员版本。
那么,有人可以在他们的(功能)副本中挖掘并为我找到这个吗? :)
I'm trying to use MSDN Reports Services 2005, but I'm realising that I broke the installation, so I'm trying to fix it without having to rebuild it entirely. (Though I'm becoming more tempted the longer this goes on.) Unfortunately, all the documentation assumes you haven't done something stupid. ;)
Amongst the things I've broken in the process is that I've lost the IIS virtual directories that used to point to the server and reports directories (/ReportServer, /Reports), and I can't remember which directory they used to point to. I'm guessing something like "C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager", but all the ones I've tried thus far don't seem to have been right.
As far as I remember, it was an installation where I installed with the default settings everywhere (e.g. the main app is located in C:\Program Files\Microsoft SQL Server). It's the Developer edition of MSSQL Server, if that makes a difference.
So, can someone dig around in their (functional) copy and find this out for me? :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过几个小时的头痛后,我将地址确定为:
Reports: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager
ReportServer: C:\Program Files\Microsoft SQL Server\MSSQL.3\ Reporting Services\ReportServer
当然,您需要将所有文件关联以及其余文件关联到位。叹。
After several hours of headaches, I have established the addresses to be:
Reports: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager
ReportServer: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer
Of course, you need all the file associations in place, and the rest, as well. Sigh.