I am implementing the azman role based security in my application.
I have seen how to configure it either using XML or SQL.
But I am not able to understand which one is more secure?
I am using click once deployment for my application.
If I distribute the xml file with the click once deployment, what if some user modify the XML file and perform unauthorized tasks?
The same with SQL server, what if some user connected to SQL Server and update the roles?
I would like to know Which one is more secure(XML Or SQL)? Can some one please clarify me on the above questions?
Thanks,
Venkat.