HTTP Error 500.19 on SBS 2008
Today I was investigating problems with a friends SBS 2008 server. It suddenly had decided to give a HTTP Error 500.19 – Internal Server Error to every single website on it including Remote Web Workplace, OWA and even Sharepoint was dead. Given that all these apps were dead, I even tried to access the iisstart.htm page that is installed by default on the default website – not even that worked as you can see in the screenshot below. Something was really broken on this server.
After asking all my SBS MVP buddies and not getting a solution, I turned to the place of all knowledge… the SBS CSS team in Las Colinas, Texas. Damian from the team responded quickly and suggested “either the Application pools set to 32-bit True or missing suscomp.dll from \windows\system32\inetsrv”.
I checked the SBS Application Pool under IIS Manager and the “Enable 32-bit applications” was set to False – that meant that these app pools were “normal”
Â
I next checked out the \windows\system32\inetsrv folder and sure enough suscomp.dll was missing. I then copied it from another SBS 2008 server and did an IISRESET to restart IIS and everything works once more. Thanks Damian!
Now the quandry… what has happened on this server so that the suscomp.dll is missing… that’s the next thing I need to figure out.
UPDATE Dec 9th – I found the source of the problem – documented here
Tags: IIS, SBS 2008, Troubleshooting
This entry was posted on Wednesday, December 8th, 2010 at 6:25 am and is filed under Blog. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.