File upload permission problem IIS 7
Posted
by krish
on Server Fault
See other posts from Server Fault
or by krish
Published on 2009-08-08T17:57:08Z
Indexed on
2010/04/30
10:07 UTC
Read the original article
Hit count: 343
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.
© Server Fault or respective owner