KB5066835 update causing IIS Service to not work

Sashi Kumar 405 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 Core | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author
xavier ubikos 175 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!!!

Was this answer helpful?

20+ people found this answer helpful.

50 additional answers

Sort by: Newest
  1. Mitchel Roy | COMS Systems 0 Reputation points
    2025-10-16T01:21:07.84+00:00

    I ran into the same issue. In my case it was my company's production software which hosts local APIs using .NET Framework 4.7.2. These local APIs stopped responding on Windows 11 25H2 machines after these updates were installed. Uninstalling both KB5066835 and KB5065789 resolved the issue.

    I placed feedback for the issue in the Feedback Hub, if anyone wants to add similar feedback from it and include all your own details and hopefully MS will actually notice and push a fix for this. This is the link to my feedback https://aka.ms/AAyaic7

    Was this answer helpful?

    0 comments No comments
  2. Alexander Avidan 5 Reputation points
    2025-10-15T22:42:42.58+00:00

    I uninstalled KB506683 and 5066835. that fixed the problem. And saved me from a heart attack...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Constantin Philippou 10 Reputation points
    2025-10-15T22:10:50.2233333+00:00

    Uninstalled KB5066835 AND KB5065789 and back to normal.

    I feel the guy with the 500 computers...

    And MS Devs, how is it possible to deploy a Windows Update you BUILT with Visual Studio and not see VS is not working after you deploy on your test servers? Wow...

    Was this answer helpful?

    2 people found this answer helpful.
  4. 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

    Was this answer helpful?

    4 people found this answer helpful.