« Previous Next »
Last post 10-15-2009 3:26 AM by Leo Tang - MSFT. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
I want to declare a folder writable and accessible only by a website's application; i.e. not accessible nor writable by a website's user.
How would I do that within web.config?
Thanks
Jeff in Seattle
Are you authenticating? Impersonating?
Basically, permissions on a folder aren't contained in the web.config and shouldn't be managed there.
Jeff
Access can only be granted/denied to a user - "website's application" is not a user.
Hi,
You can consider restrict specific users’ accessing on the folder by using authorization rules.Security Authorization <authorization>http://www.iis.net/ConfigReference/system.webServer/security/authorization