Hi,
I created a Blazor Web Server App which is working fine locally using Visual Studio 2022. However I want to test this with IIS, so I changed launchsettings.json as below
When I run this, i can see the AspClaims application in IIS and the page loads.
See screenshot.
However, some of the static resources are not found. Please see screenshot below.Also, Navigation links are not working
Note: This works fine when I test it with any other option than IIS