I have a "resource" folder in my solution file which contains the xml files. It is available to remote, unauthenticated Internet users and I wanted to deny access to all the users.If they know the files name they can access it thru url.
eg: example.com/common/resources/test.xml
Hence I wanted to deny access to that folder or move it to a directory that is not served as content by the web server.
I am using visual studio 2003 and IIS. Can anyone help me how to restrict all the users from viewing the file?