Hello everyone, I have a question about security. I have used web.config for authorizing some users to access some resources on my site. The resources are just for the management. I wonder if authorization in the web.config is strong enough prevent other
users from accessing the resources. If not, what's the best option to handle this?
Thanks.
Go to the complete details ...