Please help me with the form authentication between IIS 6.0 and IIS 7.5. We are migrating our web applications from IIS 6 to IIS 7.5, and the reporting services web application will not be migrated and will resides on IIS 6.
When the reports are viewed on the report viewed from the web application running on IIS7.5, I am getting the error
The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="%2fTRSServer%2fLogon.aspx%3fReturnUrl%3d%252fReportExecution2005.asmx">here</a>.</h2> </body></html>
On the Reporting Services server i can see the event log as "Forms authentication failed for the request. Reason: The ticket supplied was invalid.". I have already verified the machineKey
settings are same across both the application.
Firstly, let me recap your description. Originally, there are one web application and one report service on the IIS6 and the web application uses the report viewer control to display report data comeing from report service(namey web application need to call
the report service). But you want to migrate the web application to IIS 7.5 and keep the report service constant. After that you may need to recreate the ticket for calling the report service. After all the hosting environment changes. There are some difference
between the IIS 6 and IIS 7 and above about form authentication. The forms authentication within iis 7 and above allows both windows and non-windows identifier to authenticate themselves and can be configured to protect access to all content types. Since I
don't know what your scenarios exactly. I recommend you to create a simple web site on IIS 7.5 and call the report service to test whether you can use successfully report viewer to display report data. Notice, my comments above just based on my guess. If I
don't misunderstand your issue please clarify.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
raviselvaraj
1 Post
SSRS 2005 custom form authentication from IIS 7.5 application
Apr 25, 2012 03:33 PM|LINK
Hi,
Please help me with the form authentication between IIS 6.0 and IIS 7.5. We are migrating our web applications from IIS 6 to IIS 7.5, and the reporting services web application will not be migrated and will resides on IIS 6.
When the reports are viewed on the report viewed from the web application running on IIS7.5, I am getting the error
The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="%2fTRSServer%2fLogon.aspx%3fReturnUrl%3d%252fReportExecution2005.asmx">here</a>.</h2> </body></html>
On the Reporting Services server i can see the event log as "Forms authentication failed for the request. Reason: The ticket supplied was invalid.". I have already verified the machineKey settings are same across both the application.
Any help will be appreciated.
Thanks,
RaviForms Authentication iis 7.5 cookie ssrs
Ravi
Mamba Dai - ...
651 Posts
Microsoft
Re: SSRS 2005 custom form authentication from IIS 7.5 application
Apr 28, 2012 03:20 PM|LINK
Hi,
Firstly, let me recap your description. Originally, there are one web application and one report service on the IIS6 and the web application uses the report viewer control to display report data comeing from report service(namey web application need to call the report service). But you want to migrate the web application to IIS 7.5 and keep the report service constant. After that you may need to recreate the ticket for calling the report service. After all the hosting environment changes. There are some difference between the IIS 6 and IIS 7 and above about form authentication. The forms authentication within iis 7 and above allows both windows and non-windows identifier to authenticate themselves and can be configured to protect access to all content types. Since I don't know what your scenarios exactly. I recommend you to create a simple web site on IIS 7.5 and call the report service to test whether you can use successfully report viewer to display report data. Notice, my comments above just based on my guess. If I don't misunderstand your issue please clarify.
Feedback to us
Develop and promote your apps in Windows Store
Tasmey
69 Posts
Re: SSRS 2005 custom form authentication from IIS 7.5 application
May 21, 2012 06:58 AM|LINK