Protect XML from outside access in asp.net
-
How to Protect XML from outside access in asp.net. I have use
But it doesn`t work online.
-
How to Protect XML from outside access in asp.net. I have use
But it doesn`t work online.
I'm pretty sure that's a setting you should be setting on the folder containing the XML file on the web server. Alternatively, you can embed the XML file in your application's DLL, which will make it inaccessible to the client side. Or you could store it in a database.
-
I'm pretty sure that's a setting you should be setting on the folder containing the XML file on the web server. Alternatively, you can embed the XML file in your application's DLL, which will make it inaccessible to the client side. Or you could store it in a database.
I have xml in root folder. I just want to stop viewing xml file from outside.