Possible Duplicate:
How to parse xml with Classic asp?
I want to load one XML file in classic ASP.
I am using
blnFileExists = objDom.Load(Server.MapPath("\a\abcfiles\admin\image_name.xml"))
but when I write blnFileExists
it gives me false.
What should I do?