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

  • Building JavaScript tools in a single HTML file

    #​765 — December 12, 2025 Read on the Web JavaScript Weekly Useful Patterns for Building HTML Tools — In many situations, you don’t need a full-on framework to build useful tools; just HTML, JavaScript and CSS in a single file will do the job fine. Simon’s become a bit of an expert by rolling out

    Posted by Posted on December 12, 2025
    0
  • How the Seattle Times is using pnpm

    #​604 — December 9, 2025 Read on the Web 🗓️ A quick notice that Node Weekly will be moving to Thursdays in January 2026, as part of a schedule reshuffle for most of our newsletters. We still have one more week before the Christmas break, though, so we’ll be back next Tuesday with our 2025 roundup!__Your editor,

    Posted by Posted on December 10, 2025
    0
  • What’s the story? JavaScript’s 30!

    #​764 — December 5, 2025 Read on the Web JavaScript Weekly 🎉  JavaScript Turns 30 Years Old  🎉 Back in May 1995, a 33 year old Brendan Eich built the first prototype of JavaScript in just ten days, originally codenamed Mocha (and then LiveScript). On December 4, 1995, Netscape and Sun Microsystems officially announced ‘JavaScript’ in a

    Posted by Posted on December 5, 2025
    0
  • Comparing performance across Node versions and ARM vs x86

    #​603 — December 2, 2025 Read on the Web Tinybench 6.0: A Tiny, Simple Benchmarking Library — Uses whatever precise timing capabilities are available (e.g. process.hrtime or performance.now). You can then benchmark whatever functions you want, specify how long or how many times to benchmark for, and get a variety of stats in return –

    Posted by Posted on December 2, 2025
    0
  • Algorithms visualized and demonstrated in JavaScript

    #​763 — November 28, 2025 Read on the Web JavaScript Weekly Over 150 Algorithms and Data Structures Demonstrated in JS — Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. Available in eighteen other written languages too. Oleksii Trekhleb et al. TypeScript: From

    Posted by Posted on November 28, 2025
    0
  • Guess who’s back, back again? Shai-Hulud.

    #​602 — November 25, 2025 Read on the Web How a Summer in Abruzzo Helped Bring Type Stripping to Node.js — Node.js TSC member and committer Marco tells the personal tale of what it took to bring type stripping (now considered stable) to Node. It’s neat to get the back story. He’s now working on

    Posted by Posted on November 25, 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
  • Building JavaScript tools in a single HTML file
  • How the Seattle Times is using pnpm
  • What’s the story? JavaScript’s 30!
  • Comparing performance across Node versions and ARM vs x86
  • Algorithms visualized and demonstrated in JavaScript
https://flatlogic.com/generator
COPYRIGHT © 2025 - Codepolice