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!!!
It seems the issue is not limited to IIS.
We have a WCF service self-hosted with ServiceHost (.NET Framework), and after installing the October 2025 cumulative update, the service stopped working.
Clients now get this exception:
System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to http(s)://<host>:<port>/ServicePath This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
Changing the binding from BasicHttpBinding or BasicHttpsBinding to NetTcpBinding makes the service work again without uninstalling the update.
It looks like the update changed how HTTP.sys handles self-hosted HTTP/HTTPS endpoints (possibly related to CVE-2025-55248).
Could Microsoft confirm if this change is intentional or if it’s an unexpected issue breaking WCF SelfHost applications?
Do you plan to release a fix or provide an official workaround for affected systems?
Having the same issues IIS stops working all development stops working for our projects and the issue is also uninstall failed as well. Good job Microsoft!!!
Multi-billion dollar company and they're pushing updates like they're bunch of kids in the garage!!!
I am having issues as well after this update. I uninstalled KB5066835 but the issue still remains. I cannot uninstall any other recommended items either. This has halted development for us too