Can we set folder permissions in IIS 5 through ASP 2.0 coding? In my case, there is a particular folder named "Resumes" in the website in which anonymous users can post their profile but only registered users should have access to. For that I've set only Write permission in the IIS for that folder which enables any user to upload the resume but also disabling the registered user to access. The registered users will be stored in SQL Server database. So now my query is, is there any ASP coding which enables the Read permission in IIS to gain access to the registered user?
Your help will be deeply appreciated. Thanks!
Harrish
Your help will be deeply appreciated. Thanks!
Harrish
Comment