How to secure xml files in a website.
Hi, I'm creating an application that is able to generate xml licenses. The application is secured by forms authentication. Now the problem is that if I create a physical xml file that file can be downloaded even with the security enabled. How would you guys secure this license file? ...