Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
adlo
Posting Yak Master
108 Posts |
Posted - 2004-11-09 : 07:23:40
|
I am using IIS6 and installed Reporting Services on http://myWebsite in IIS.This works fine and I can access http://myWebsite/ReportServer and http://myWebsite/ReportsMy problem is that I also need Reporting Services on another website in IIS6.I have a website http://www.myothersite.com which I also need Reporting Services on. I created two virtual directories (Reports,ReportServer) that point to the same directories as which the original Reporting Services site does, but it doesn't work. I get "You are not authorized to view this page message in IE."Any suggestions? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-11-09 : 12:47:50
|
Isn't this just a DNS thing?Tara |
 |
|
adlo
Posting Yak Master
108 Posts |
Posted - 2004-11-09 : 13:13:18
|
quote: Originally posted by tduggan Isn't this just a DNS thing?Tara
I access both these websites locally so I bypass any nameservers and they will have no effect.Sorry I should have displayed it as follows:http://mywebsite1/ReportServer - This workshttp://mywebsite2/ReportServer - not authorized message |
 |
|
jhermiz
3564 Posts |
Posted - 2004-11-09 : 18:58:16
|
quote: Originally posted by adlo I am using IIS6 and installed Reporting Services on http://myWebsite in IIS.This works fine and I can access http://myWebsite/ReportServer and http://myWebsite/ReportsMy problem is that I also need Reporting Services on another website in IIS6.I have a website http://www.myothersite.com which I also need Reporting Services on. I created two virtual directories (Reports,ReportServer) that point to the same directories as which the original Reporting Services site does, but it doesn't work. I get "You are not authorized to view this page message in IE."Any suggestions?
Reporting services is a service, so it doesnt matter how many sites you are looking to use this service for, you just can point back to that specific application cant you ?To me you could actually have your network admin play with ip headers to make it say what you want but point it to the same place. |
 |
|
|
|
|