Share via

Blazor Webassembly application suddenly gives error code: STATUS_ILLEGAL_INSTRUCTION in edge browser

Evelyn Anyebe (Staff) 60 Reputation points
2026-03-03T17:11:09.08+00:00

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.

User's image

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. User's image

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

Microsoft Edge | Microsoft Edge development
{count} votes

Answer accepted by question author
  1. Damien Pham (WICLOUD CORPORATION) 1,525 Reputation points Microsoft External Staff Moderator
    2026-03-05T06:06:53.6166667+00:00

    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
    User's imageUser's image

    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. 


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.