Security of the XML files that has SQL embeded in it..

admin

Administrator
Staff member
I have some SQL queries written in xml files, and I use XMLHTTP to get theXML files {those are located in the templete folder in the server} in myprogram. The same xml files can be directly accessed from the web browser{http://.../templates/getall.xml},and it shows the xml data with out any authentication issues. Is there anyway to protect the xml files from directly access by browser?
 
Back
Top