"Server Unavailable" and removed permissions on .NET sites after Windows Update

Posted by tags2k on Server Fault See other posts from Server Fault or by tags2k
Published on 2009-09-09T10:33:59Z Indexed on 2012/10/08 15:41 UTC
Read the original article Hit count: 276

Our company has five almost identical Windows 2003 servers with the same host, and all but one performed an automatic Windows Update last night without issue. The one that had problems, of course, was the one which hosts the majority of our sites.

What the update appeared to do was cause the NETWORK user to stop having access to the .NET Framework 2.0 files, as the event log was complaining about not being able to open System.Web. This resulted in every .NET site on the server returning "Server Unavailable" as the App Domains failed to be initialise.

I ran aspnet_regiis which didn't appear to fix the problem, so I ran FileMon which revealed that nobody but the Administrators group had access to any files in any of the website folders! After resetting the permissions, things appear to be fine.

I was wondering if anyone had an idea of what could have caused this to go wrong? As I say, the four other servers updated without a problem. Are there any known issues involved with any of the following updates? My major suspect at the moment is the 3.5 update as all of the sites on the server are running in 3.5.

  • Windows Server 2003 Update Rollup for ActiveX Killbits for Windows Server 2003 (KB960715)
  • Windows Server 2003 Security Update for Internet Explorer 7 for Windows Server 2003 (KB960714)
  • Windows Server 2003 Microsoft .NET Framework 3.5 Family Update (KB959209) x86
  • Windows Server 2003 Security Update for Windows Server 2003 (KB958687)

Thanks for any light you can shed on this.

© Server Fault or respective owner

Related posts about permissions

Related posts about ASP.NET