FormsAuthentication sample: User authenticates, then dumped right back to logon screen? - NipsMG |
09-May-08 08:06:51
|
I'm working on getting an instance of the Forms Authentication sample
working with Sql Server 2005 Reporting Services. I've gotten to the
point where I'm able to attach the debugger to the code and follow it
through authentication. It authenticates without issue, and the last
command issued as far as i can tell is a response.redirect to
http://localhost/Reports/Pages/Folder.aspx.
However, it never makes it there, it always just dumps back to the
UILogon.aspx screen.
Does anyone have any idea what I could be doing wrong here?
Thanks in advance. |
 |
| |
|
|
| |
FormsAuthentication sample: User authenticates, then dumped right back to logon screen? - NipsMG |
09-May-08 08:07:02
|
ost/Reports/Pages/Folder.aspx.
I figured out the solution to this, and decided to come back and post
so noone wastes any of the time I did:
Access the report server using http://*MACHINENAME*/Reports NOT
http://localhost/Reports. |
 |
| |
|
|