sireesh_pat
October 16th, 2002, 11:35 AM
Hi ,
I am facing a problem where i am successfully able to use the following code
Set objXMLDoc = server.CreateObject("Microsoft.XMLDOM")
objXMLDoc.async = False
objXMLDoc.load("http://www.leatherwallet.cc/abcleatherkingdom/objinfo.xml")
Set objXMLDoc= nothing
response.end
in my asp file in NT IIS environment, but the same code returns False for objXMLDoc.load in windows 2000 environment.
Can anybody suggest if need to do any settings in my 2000 IIS suport??
thanks
Sireesh.
I am facing a problem where i am successfully able to use the following code
Set objXMLDoc = server.CreateObject("Microsoft.XMLDOM")
objXMLDoc.async = False
objXMLDoc.load("http://www.leatherwallet.cc/abcleatherkingdom/objinfo.xml")
Set objXMLDoc= nothing
response.end
in my asp file in NT IIS environment, but the same code returns False for objXMLDoc.load in windows 2000 environment.
Can anybody suggest if need to do any settings in my 2000 IIS suport??
thanks
Sireesh.