I have published an ASP.NET Core 5 Web API on Windows Server 2019 with IIS and I can't get access to my generated QRs, out of the server you can access with www.page.com/api/files/QRs.png
but I need to make a report rdlc with that image but in the source of the image I have set http://www.page.com/api/files/QRs.png
and it doesn't work.
If I use http://localhost/api/files/QRs.png
in the source of the image report it works. Previously I had published this API to Azure with www.azurepage.com/api/files/QRs.png
in the report and it worked, so I suppose that I have to configure something in IIS