This is starting to become troublesome. I set the access rights to users within web.config and it stops me accessing aspx files within that directory - great. However if I have a usercontrol within that directory I can get hold of it from another page therefore making the security a little pointless in my work. If I set the file permissions then I can check whether the file is accessable (file.exists) however I have yet to find a way to do this for urls. Is there a way anyone can point me at?
If not is there a way to set file permissions on directories through a web front end? This is a big priority atm so any help would be greatly appreciated
If not is there a way to set file permissions on directories through a web front end? This is a big priority atm so any help would be greatly appreciated