KB5066835 update causing IIS Service to not work

Sashi Kumar 365 Reputation points
2025-10-15T10:06:37.1166667+00:00

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?

Developer technologies | ASP.NET | Other
{count} votes

Answer accepted by question author
  1. xavier ubikos 140 Reputation points
    2025-10-16T05:23:40.57+00:00

    Hi there!

    This morning there was a Defender update, I have installed it an now it works!!!

    13 people found this answer helpful.

50 additional answers

Sort by: Most helpful
  1. Daniel Madera Bazán 20 Reputation points
    2025-10-15T12:17:13.86+00:00

    Same problem, uninstalling the update KB5066835 solves it!

    4 people found this answer helpful.

  2. John Hatton 25 Reputation points
    2025-10-15T21:30:47.6+00:00

    As someone pointed out, the problem is not just IIS, but anything opening a port using .net HTTPListener. Minimal reproduction : https://github.com/BloomBooks/httplistener-test

    4 people found this answer helpful.

  3. Bogdan Cristian Razvan 10 Reputation points
    2025-10-15T12:32:44.79+00:00

    KB5066835 breaks WCF .svc endpoints (no custom headers/middleware involved)

    After installing Windows 11 KB5066835 (24H2/25H2), plain WCF .svc endpoints stop working , even in a minimal setup with no custom headers, middleware, or reverse proxies. The same service works immediately after uninstalling the KB.Invoke-WebRequest http://localhost:9011/mysvc?wsdl -UseBasicParsing

    Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a receive.

    At line:1 char:1

    • Invoke-WebRequest http://localhost:9011/mysvc?wsdl -UseBasicPa ...
    • 
          + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
      
          + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
      
    2 people found this answer helpful.
    0 comments No comments

  4. Ryan Johnson 10 Reputation points
    2025-10-15T17:03:53.5566667+00:00

    This has halted credit card processing for tens of thousands of our merchants this morning. Please, Microsoft, push an automatic fix in windows update! That's too many machines for us to uninstall those updates.

    2 people found this answer helpful.
    0 comments No comments

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.