D
Darrel
I'm creating a recursive function that goes into a database and pulls
everything out as an XML file. I then want to save thisXML file on the
server.
I have this:
xmldoc.Save(Server.MapPath("siteMenu.xml"))
My SUB seems to execute fine. No errors. But I don't end up with a file,
either. How do I go about debugging this?
everything out as an XML file. I then want to save thisXML file on the
server.
I have this:
xmldoc.Save(Server.MapPath("siteMenu.xml"))
My SUB seems to execute fine. No errors. But I don't end up with a file,
either. How do I go about debugging this?