I am using the MSXML2.ServerXMLHTTP object to read other files locally and am running into 2 different types of problems. I've written a small program outside of all my objects to try and find out what is going wrong and it has highlighted this...
Problem 1 - GET vs POST
If use oXMLHTTP.Open "POST" it returns a HTTP Error 405.0 - Method Not Allowed message, however, this works fine if I use oXMLHTTP.Open "GET". I've tried searching for an explanation to this over the net but have not found anything which explains why a GET works but not a POST.
Problem 2 - msxml3.dll error '80072ee2' - The operation timed out
When I run my application normally, I receive this error when trying to do a oXMLHTTP.Open "POST"
My code works fine on my laptop running XP with IIS6, as well as the office and internet servers which run IIS6 and 2000. However, it does not work on my new machine which runs Vista Ultimate and IIS7.
Somebody please help before I throw my Vista machine out of the window and onto the cars on the street below.