Michelle
11-23-2000, 12:39 PM
I keep getting this error: <BR><BR>Server.CreateObject Failed <BR><BR>/xmlsearch/search.asp, line 15 <BR><BR>Invalid class string <BR><BR>and line 15 says this: <BR>Set objXML = Server.CreateObject("Microsoft.XMLDOM") <BR>I copied a simple search program using xml and asp off ASPToday and I cant get past this error. The search.asp file retrieves a search term from a prior page and it looks within the XML tree of an xml file to see if it can find the term. From what I know, IE5 comes with the parser needed to run XML. Im getting the feeling that mabey there is server software that I need. But I cant find the info. Anyone know out there what my problem here is. <BR>