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!!!
Same problem, uninstalling the update KB5066835 solves it!
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
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.
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
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand