zduck
09-30-2002, 02:00 PM
I'm trying to save the changes I made to an xml file with the following code...
xmldoc = server.createobject("microsoft.xmldom")
xmldoc.async = false
xmldoc.load(server.mappath("file.xml")
'changes go here....
xmldoc.save("file.xml")
and it gives me back a general access denied error. The directory has write access and the file is not read-only. Any help would be appreciated.
xmldoc = server.createobject("microsoft.xmldom")
xmldoc.async = false
xmldoc.load(server.mappath("file.xml")
'changes go here....
xmldoc.save("file.xml")
and it gives me back a general access denied error. The directory has write access and the file is not read-only. Any help would be appreciated.