I have an asp.net webapplication that uploads files to a specific folder on the Web server. locally everything works fine, but when I deploy the application to the Webserver
the problem might be that networkservice has no read rights
salution:
rightclick your upload folder -> poperty's -> security ->Edit -> add -> type :NETWORK SERVICE -> check box full control allow-> press ok or apply
Right click on your folder on your server or local machine and give full permissions to
IIS_IUSRS
that's it.
Have you looked under Advanced Security Settings?
something like below image change permissions of folder to IIS_IUSRS