-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
IIS Express Fails to Serve Web Applications in Visual Studio After Windows 11 24H2 Update
Submitted by: Alan Fors
Location: Clearwater, FL
Role: Senior Software Engineer
🖥️ Environment
- Windows 11 Version: Insider Preview 10.0.26200.5722 (ge_release_upr), installed July 30, 2025
- Visual Studio Versions: 2022 (latest), 2019
- IIS Express: Both 32-bit and 64-bit tested
- .NET Versions: .NET Framework 4.8, .NET 6, .NET 8
🐞 Issue Summary
Starting Monday, August 4, 2025, all web applications fail to run in Visual Studio using IIS Express. This includes projects targeting .NET Framework and .NET Core/.NET 8. The issue is consistent across multiple Visual Studio versions and project types.
❗ Symptoms
- HTTP:
ERR_CONNECTION_RESET
- HTTPS:
ERR_HTTP2_PROTOCOL_ERROR
- IIS Express process starts but shows low memory usage and no response
- No firewall or antivirus interference
- SSL certificates regenerated and trusted
- 32-bit IIS Express tested
- HTTP/2 disabled via registry
- Manual SSL binding attempted via
IisExpressAdminCmd.exe
- Switching to Kestrel works, but IIS Express remains broken
🔁 Steps to Reproduce
- Open any web application in Visual Studio.
- Set launch profile to IIS Express.
- Run the application.
- Observe browser errors and IIS Express behavior.
✅ Expected Behavior
Web application should launch and respond via IIS Express as it did prior to August 4.
❌ Actual Behavior
Browser fails to connect. IIS Express appears to start but does not serve content.
🛠️ Temporary Workaround
Switching to Kestrel works, but this is not viable for all workflows.
🙏 Request
Please investigate compatibility issues between IIS Express and Windows 11 24H2. A fix or official workaround is needed for developers relying on IIS Express in Visual Studio.
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response