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
![](https://www.csharp.com/forums/uploadfile/ntpawar/06282024052730AM/rte_image_18.png)
When I run this, i can see the AspClaims application in IIS and the page loads.
See screenshot.
![](https://www.csharp.com/forums/uploadfile/ntpawar/06282024052730AM/rte_image_12.png)
However, some of the static resources are not found. Please see screenshot below.Also, Navigation links are not working
![](https://www.csharp.com/forums/uploadfile/ntpawar/06282024052730AM/rte_image_24.png)
Note: This works fine when I test it with any other option than IIS