Error messages on My Domain hosting

I was minding my own business, setting up a site on MyDomain, using Feed.us, and I received an interesting 500 error.

This was:

> after I had created the appropriate directories for the FeedUs Grabber files.
> after I added the Feed.Us lines of code.
> And after I had uploaded the FeedUs Grabber files.

The 500 error wouldn't show the error details (thanks again, Mydomain, you're a gift who keeps on giving).   

In order to view the 500 error,  I went to the Mydomain error documents tab, found the 500 error and changed it to be default instead of iis standard document.  That worked.

The answer?  MyDomain has an older version of msxml.  They only have 3.0 instead of 4, 5 or 6.0.  (Thanks again My Domain!)

It was an easy fix... I opened the Grabber file in Dreamweaver and changed all the refences of msxml from 4.0 to 3.0, so it looked like this:

Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0").