Developing and testing features or extensions for Microsoft Edge
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My blazor webassembly (WASM) application hosted on IIS was running fine but suddenly no longer loads on Microsoft Edge browser.
The edge version is 145.0.3800.82.
This is happening in the latest Edge release 145.0.3800.82. When I got to edge://settings/privacy/security and disable "Enhance your security on the web" the page loads without an issue. When Enhance your security on the web is enabled and balanced mode selected, the problem occurs.
My WASM app uses .NET 9.0
What could be the cause of this and how do I fix it in my project?
moved from Microsoft Edge | Website issues | Windows 11
Developing and testing features or extensions for Microsoft Edge
Hello @Evelyn Anyebe (Staff) ,
Thank you for reaching out.
I have tested this with the link Jérôme provided above; it works under balanced mode and encounter the same issue under strict mode.
From this document, it is said that "Developers should be aware that the WebAssembly (WASM) interpreter running in enhanced security mode might not yield the expected level of performance. We recommend adding your site as an exception to opt-out of enhanced security mode for site users"
My recommendation is to temporarily disable "Enhance your security on the web" or add your site to exception list
In case you want this fixed, you can send the feedback by the pressing "ALT+Shift+I" and describe the issue.
If you found my response helpful or informative, I would greatly appreciate it if you could follow this guide provide feedback.
Thank you.