I need some help ![]()
It's not directly related to Radzen, but to Blazor in WebAssembly standalone.
I hope my topic isn't a problem.
When I publish my project from Visual Studio (2026 or 2022), my output files don't seem to be compatible with a WebAssembly Standalone, and therefore don't work if I publish it to an IIS server.
I've attached a screenshot of my output file and the error message, in case anyone else has encountered this issue.
I've tried multiple solutions, including modifying my web.config file, but without success.
Hi @Stefen,
Check the network tab of your browser. I see errors for wrong MIME types being served - either your server returns incorrect MIME type or doesn't return the requested files but some generic error page.
Thank you for your feedback.
In the network tab, only my manifest.webmanifest file is showing a 404 error.
And my web.config file seems correct regarding MIME types.




