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

  • The reality of porting Deno code to Node

    #​598 — October 28, 2025 Read on the Web Awesome Node: Over 500 Curated Packages, Resources and Links — It’s been more than four years since we linked to Sindre’s handy resource, but it continues to get updates and tweaks (and, if you want, you can contribute a submission too – though the bar is

    Posted by Posted on October 28, 2025
    0
  • Vitest 4.0 and Next.js 16

    #​758 — October 24, 2025 Read on the Web JavaScript Weekly Vitest 4.0 Released: The Vite-Native Testing Framework — The Vite-powered, Jest-compatible testing framework introduces visual regression testing, makes its ‘Browser Mode’ stable (for running tests in a browser directly), adds Playwright Traces support, and more. Still unsure? You can compare it with other test

    Posted by Posted on October 24, 2025
    0
  • Node.js 25.0 arrives

    #​597 — October 21, 2025 Read on the Web Node.js v25.0.0 (Current) Released — The latest cutting edge version of Node has arrived with Web Storage enabled by default, JSON.stringify perf improvements, a new –allow-net option in the permission model, built-in Uint8Array base64/hex conversion, and WebAssembly and JIT optimizations. As shown in the diagram above, this

    Posted by Posted on October 21, 2025
    0
  • A Bun-believable release that isn’t half-baked

    #​757 — October 17, 2025 Read on the Web JavaScript Weekly Bun 1.3: The Full-Stack JavaScript Runtime — Arriving a few hours after last week’s issue (natch!) Bun 1.3 remains the big news of the past week. Bun is a performance and DX-focused JavaScriptCore-powered runtime which, with v1.3, balances being a drop-in Node.js replacement with

    Posted by Posted on October 17, 2025
    0
  • Bringing Python apps into Node

    #​596 — October 14, 2025 Read on the Web 📂 A Modern Guide to Reading and Writing Files in Node — A comprehensive guide to various methods for working with files, from promise-based methods through to working with streams, processing files concurrently, using file handles, and memory-efficient techniques. Luciano Mammino A Way to Integrate Python ASGI with Node.js

    Posted by Posted on October 14, 2025
    0
  • Vite gets its own documentary

    #​756 — October 10, 2025 Read on the Web JavaScript Weekly ▶  Vite: The Documentary — From the same creators of the fantastic ▶️ Node.js, ▶️ Angular and ▶️ React documentaries comes an up to date look at Vite, the build tool that has taken the JavaScript ecosystem by storm in recent years. Many luminaries make an appearance to

    Posted by Posted on October 10, 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
  • The reality of porting Deno code to Node
  • Vitest 4.0 and Next.js 16
  • Node.js 25.0 arrives
  • A Bun-believable release that isn’t half-baked
  • Bringing Python apps into Node
https://flatlogic.com/generator
COPYRIGHT © 2025 - Codepolice