XML DOM

admin

Administrator
Staff member
Why do I get run time error like this:msxml3.dll (0x80070005)Access is denied.when I am saving the file. Here is the line:triviaDoc.save(Server.MapPath("trivia.xml"))triviaDoc is object variable:Set triviaDoc = Server.CreateObject("Msxml2.DOMDocument")It has no problem reading it, but wouldn't let save. I did downloaded &installed the newest XML DOM files.Maybe anyone had experience with this type of errors? This is my 3rd daywith XML. I'd appreciate any input.Thanks,Maya
 
Back
Top