File upload permission problem IIS 7
Posted
by krish
on Stack Overflow
See other posts from Stack Overflow
or by krish
Published on 2009-08-08T17:53:19Z
Indexed on
2010/03/24
22:03 UTC
Read the original article
Hit count: 629
I am unable to upload files to website hosted under IIS7. I have already given write permissions to "IUSR_websitename" and set the property in web.config also.
I am able to upload files with out log in to application at the time of user registration. But once log in to application, if I upload files, it is giving "Access denied" error.
Please help me.
© Stack Overflow or respective owner