I implemented an ASP.NET Core Razor pages app to display a SSRS report by iframe to a .NET framework webforms on VS 2022.
I deployed the .NET framework webforms and SSRS report to each server and tested I can display the report on the webforms without issues.
Now I run the razor page on VS 2022 to display the SSRS report and got 500 error from Inspect (Developer tools) as follows:
How to solve this issues? Thanks