Hi
How do you secure your configuration files to be accessed remotely by unauthorized users ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jul 5, 2012, 10:13 AM
ASP.Net configures IIS to deny access to any user that requests access to the machine.config or web.config files.
Thanks