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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2007-01-03 : 14:18:14
|
Ranjeet writes "i am using SQL reporting service 2000 in my application. I created report using Sql reporting service and deploy it into server. Now i have to access this report in my application. There is no problem when i accessed this report in my domain. But whereever i access the report from outside domain, it will ask me for windows credential .How i can access this report from outside of my domain?Thanks & Regards,Ranjeet " |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-01-03 : 14:31:48
|
Create a trust relationship between the other domain and the domain that the RS exists. Or you'll need to implement custom security.Tara Kizer |
 |
|
|
|
|