Web Site error
I have this problem with my web site it all started when I moved it from a windows NT to a hosting company that is running lunix os.
Can anyone help me with this. I have called the hosting company and they can not find the solution for this problem.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/brandsub.asp, line 13
Systemmessage, messageid = 0x800401f3
The line of code that bombs out is as follows:
Set xml = Server.CreateObject("Microsoft.XMLDOM")
The code is Creating an XMLDOM object in order to read an XML file residing on the site. .
|