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!!!
This helped for us, without uninstall
netsh advfirewall firewall add rule name="Allow Localhost WebSocket" dir=in action=allow protocol=TCP localport=80,443,5884,5885
restart
We experienced the same issue. Installing today's update KB2267602 (Security Intelligence Update for Microsoft Defender Antivirus) resolved it for us after restarting the computer.
This seems to work WITHOUT having to uninstall any of the KBs.
The only combination that finally worked:
From an administrator command prompt, run the following:
wusa /uninstall /kb:5066835
restart computer
wusa /uninstall /kb:5066131
restart computer
wusa /uninstall /kb:5065789
restart computer
And make sure the Windows Updates are paused or disabled