Write permission for a specific folder in web.config
Posted
by
Simon Dugré
on Stack Overflow
See other posts from Stack Overflow
or by Simon Dugré
Published on 2012-01-06T21:53:01Z
Indexed on
2012/04/03
23:29 UTC
Read the original article
Hit count: 236
My question is preaty simple. Is there any way to give current user (IIS User, in this case, ASP NET USER) permission to write to a specific folder location (folder inside our web application) using web.config? Because, it's getting boring to ask to the web hoster to gain access to a specific folder each time we want to do a file uploader on a website.
I know it's maybe preaty simple to find an answer using google, but it keeps returning me how to write INTO web.config instead of permission to write into web.config FOR a specific folder. In addition, I'm french so my english is not at the top.
© Stack Overflow or respective owner