views:

42

answers:

0

Hello,

I am using SSRS 2008 with VS 2008 using Windows XP Pro w/SP3. I have the reporting server setup and want to use Forms Authentication. I followed the steps outlined on the following MSDN page and have reporting server running with Forms Authentication.

msdn.microsoft.com/en-us/library/aa902691%28SQL.80%29.aspx

However, when I try to login to Report Manager, my user is verified correctly and the following URL is returned in the browser:

localhost:8080/Reports/Pages/UILogon.aspx?ReturnUrl=%2fReports%2fhome.aspx

The problem is that the browser stays on the login page and does not go into the Report Manager. I am using the CustomSecurity example provided by Microsoft. I've debugged through the code to see if any exception is thrown, but this isn't the case.

Any help will be appreciated, thank you.

I posted this question on MSDN forums as well hoping to get an answer: http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/00403061-c86a-40a9-963c-c645d7186312

related questions