Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using SQL Server Reporting Services 2008 and just noticed that the report toolbar is not rendering correctly when viewing any reports through the Report Manager application. I am running everything on a Windows 2008 Server without IIS (I'm using http.sys) and all traffic is configured for SSL.

Noticed that I'm getting the following error when the report is displayed:

/Reserved.ReportViewerWebControl.axd?OpType=StyleSheet&Version=2007.100.5512.00 500 (Internal Server Error)

Upon further inspection I found out that requesting this .axd file was throwing a 401 (unauthorized) exception.

Does anyone know how to fix this issue?

share|improve this question
is there any error message in report server log files? – user1578107 Nov 27 '12 at 4:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.