Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reports fail to render with my Custom Security Extension applied - 404 error on network resources #266

Open
TestO2015 opened this issue Apr 26, 2023 · 0 comments

Comments

@TestO2015
Copy link

TestO2015 commented Apr 26, 2023

When I try to open reports with my Custom Security Extension applied it fails to render and I see 404 errors next to certain AXD resource requests to the HTMLRenderer dll.

These resources fail to load (the rest load OK):

All resources from Microsoft.ReportingServices.Rendering.HtmlRenderer.RendererResources
https://local-PC/ReportServer/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=15.0.1102.1047&Name=Microsoft.ReportingServices.Rendering.HtmlRenderer.RendererResources.Html5Toolbar.css

https://local-PC/ReportServer/Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=15.0.1102.1047&Name=Microsoft.Reporting.WebForms.Icons.SplitterHorizCollapseHover.png

I have inspected the ReportingServicesWebServer.dll where the Reserved.ReportViewerWebControl.axd handler is located and I found where it calls the Microsoft.ReportingServices.HtmlRendering.dll to get resources from the Microsoft.ReportingServices.Rendering.HtmlRenderer.RendererResources namespace. I can also see it sets the status code to 404 if it can't find the resource.

The question is what about my Custom Security Extension configuration could be causing it not to find these resources?

SSRSReportRenderingIssues

NetworkResources404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant