It seems that if I send a user to the URL /reportserver?reportName - I would expect it to render the report. This works properly if the user is already logged in - if they are not, the server redirects to the logon.aspx page, and at that point, it strips out the querystring, so the redirect has no idea how to get them back to where the user wanted to originally go.
Is this a bug in report server? Or is this something that can be addressed through another mechanism?
Hello,
It seems that if I send a user to the URL /reportserver?reportName - I would expect it to render the report. This works properly if the user is already logged in - if they are not, the server redirects to the logon.aspx page, and at that point, it strips out the querystring, so the redirect has no idea how to get them back to where the user wanted to originally go.
Is this a bug in report server? Or is this something that can be addressed through another mechanism?
Thanks for any help you can provide.