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.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Is web authentication to reporting possible?

Author  Topic 

xlancealotx
Starting Member

4 Posts

Posted - 2007-03-26 : 12:52:36
To start, I am pretty much a MySQL php guy (no yelling) but now asked to do the following, so need to get a step in the right direction. Our company wants to publish web reports via the SQL report manager. Right now when you hit the IP / reports folder you get the authentication popup which I assume is the IIS/NT authentication.

I would like to remove that part and authenticate via a webpage on that box? I can setup a user table on that machine if need be to avoid setting up users on the local machine, but if I must do that, it's still ok, but is there .asp function or module that I can use?

Thanks for all replies

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-03-26 : 13:22:59
I assume you mean forms authentication? If so here is how to do it:
RS 2005
http://msdn2.microsoft.com/en-us/library/ms160724.aspx
RS 2000
http://msdn2.microsoft.com/en-us/library/aa902691(SQL.80).aspx
Go to Top of Page
   

- Advertisement -