A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi there!
This morning there was a Defender update, I have installed it an now it works!!!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Recently my local hosted IIS services is not running after the new update. My visual studio projects also can't be run as well. I have to delete the new update in order to run my projects and local hosted services again. May I know what is the problem?
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi there!
This morning there was a Defender update, I have installed it an now it works!!!
Tested in 3 pcs with this issue, restart again the pc and problem solved!
The update that fix the issue, like Xavier said.
https://www.microsoft.com/en-us/wdsi/defenderupdates
Somehow I am not able to uninstall update KB5066835 by any method, I tried through Windows Update > Update History > Uninstall Updates and by CMD using wusa
So my final fix was creating a .reg file with this content to disable HTTP/2:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IIS\Parameters]
"EnableHttp2"=dword:00000000
After run it and restart my PC I was able to run my projects again.
Once Microsoft releases a new patch for this I think we can roll back again using the same .reg file with this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IIS\Parameters]
"EnableHttp2"=dword:00000001
AVG updated on my PC this morning (10/16/2025) (I did not uninstall any KBs) and rebooted and now the local IIS is working correctly.