Skip to content

Codepolice

  • ⤫

MS10-024 and KB976323 will reset your IIS SMTP Settings

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

A client called me this Monday morning and told me there were some issues with one of their sites. The problem turned out to be some issues with the SMTP server. After about 2-3 hours of debugging, I desperately try to do a search on Twitter for “IIS SMTP” and to my surprise, I could actually use Twitter’s real-time functionality (an area where Google sucks) to figure out the solution to my problem.

Apparently, the update KB976323 (Microsoft Security Bulletin MS10-024) removed all settings on your SMTP server. How lovely and a big fail for the QA department on Microsoft. I quickly added my own server as a mail relay and everything worked again.

But the worst part of this was not that MS wiped all my settings. The worst part was that it also caused my Application Pool to crash with this fine message.

A process serving application pool ‘MyApplication’ suffered a fatal communication error with the Windows Process Activation Service. The process id was ‘388’. The data field contains the error number.

And this actually made my website crash and just give the user an HTTP 503 error (and made quite a disturbance when I celebrated a friend’s birthday and started to get alerts that the site was down). Anyway.. when I uninstalled KB976323 the error message changed to.

A process serving application pool ‘MyApplication’ terminated unexpectedly. The process id was ‘2624’. The process exit code was ‘0xe0434f4d’.

Both of these errors went away after I fixed the settings on the SMTP server but FFS Microsoft. Try to do some tests on the updates you push. I want to have automatic updates turned on but I don’t know if I dare after this debacle.

Categories: JavascriptTagged: .net core and mvc difference, .net mvc partial view, .net mvc questions, angular and mvc net, asp net core 5 mvc, asp net mvc 4 pdf, asp net mvc 5 sample application, asp net mvc action filter, asp net mvc authorization, asp net mvc charts, asp net mvc document viewer, asp net mvc download file from url, asp net mvc exception handling, asp net mvc features, asp net mvc layout templates, asp net mvc online test, asp net mvc open source projects, asp net mvc redirect, asp net mvc redirect to url, asp net mvc repository pattern, asp net mvc treeview, asp net or asp net mvc, filters in mvc .net, log4net asp net mvc, microsoft asp .net mvc, mvc 4 interview questions and answers for experienced in .net, mvc architecture in .net, mvc tutorial for beginners in net c# with example, net core vs net mvc, visual studio asp net mvc

Post navigation

Previous Previous post: Create a comma separated list with LINQ in C#
Next Next post: Remote Desktop Connection (RDP) becomes extremely slow after installing the “Intel Smart Connect Technology” update

Related Posts

  • Package efficiency and dependency hygiene

    #​752 — September 12, 2025 Read on the Web If you have any interest in music and being able to render music or generate music with JavaScript, be sure to check out the very end of this issue where we’ve dedicated an entire section to the topic 🙂__Your editor, Peter Cooper JavaScript Weekly How to Keep

    Posted by Posted on September 12, 2025
    0
  • A significant supply chain attack on the npm ecosystem

    #​592 — September 9, 2025 Read on the Web A Major Supply Chain Attack Hits the npm Ecosystem — In July, Socket warned us about a phishing campaign targeting npm package publishers. Sadly, a prolific package author (among others, like DuckDB, who explain how the attack worked on them) fell victim to the scam, resulting

    Posted by Posted on September 9, 2025
    0
  • Why browsers throttle JavaScript timers (and what to do about it)

    #​751 — September 5, 2025 Read on the Web JavaScript Weekly Mediabunny: A Complete Media Toolkit for JavaScript — Supporting both browsers and Node.js, this library lets you read, write and convert popular media file formats (e.g. MP4, MP3, and more) without needing to lean on dependencies like FFmpeg. You can make thumbnails, extract metadata,

    Posted by Posted on September 5, 2025
    0
  • The latest on Oracle’s hold on JavaScript

    #​750 — August 29, 2025 Read on the Web JavaScript Weekly An Illustrated Guide to Big O and Time Complexity — A fantastic JavaScript-oriented, interactive, visual essay about Big O notation and its role in describing algorithmic complexity. This is a beautiful bit of work, even if you’re already wise to O(log n) and O(n^2).

    Posted by Posted on August 29, 2025
    0
  • The productivity benefits from type stripping

    #​591 — August 26, 2025 Read on the Web How We Migrated Our Rush.js Monorepo to Node Type Stripping — Since v23.6 (and in LTS since v22.18.0), Node has supported running (most) TypeScript code by stripping the types out first. The Calm team was excited about the potential for improving productivity and DX, and set

    Posted by Posted on August 26, 2025
    0
  • We still love jQuery

    #​749 — August 22, 2025 Read on the Web ☀️ We’re back after a week off, though I’m starting to think we should have taken two weeks off as it’s been quite quiet in JavaScript-land this August! Nevertheless, we still have a full issue for you today, so let’s get on to it.. 😉__Peter Cooper, your

    Posted by Posted on August 22, 2025
    0
Judy Alvarez

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Codepolice

  • Github
  • Atlassian
  • Flatlogic
  • Xero
  • Jetbrains
  • Figma
  • Package efficiency and dependency hygiene
  • A significant supply chain attack on the npm ecosystem
  • Why browsers throttle JavaScript timers (and what to do about it)
  • The latest on Oracle’s hold on JavaScript
  • The productivity benefits from type stripping
https://flatlogic.com/generator
COPYRIGHT © 2025 - Codepolice