I'm using classic ASP and Server.XMLHTTP. My code has been working for years and all of a sudden today, across different servers, i get this error:
msxml3.dll error 80072f7d
All the multiple servers are all calling the same server that's called the Mother Machine. I've rebooted the mother machine and restarted services but nothing. I've also when to the URL that the XMLHttp call is calling up and it comes up fine.
How can I fix it?
Follow those Steps:
Check server log for recent updates - was something downloaded recently that applied changes?
Check the hardware - specifically your network card on the mother machine - may became faulty.
I cannot see a fix to a code that is running for years as a solution - the problem is probably not within the code.