Hey guys,
The problem I am facing is securing a XML file.
I have one database server and one web server.
I want to export some query data from DB and read that data on the Web server.
I was thinking of using some programming language to export query data to a XML file. The XML file will be updated every 15 minutes.
What is the best / easiest way to securely communicate that information to the web server (platform independent)?