Click to See Complete Forum and Search --> : access denied when uploading a file uisng vb


pelegk1
12-11-2005, 05:50 PM
i am trying to upload a file on winxp pro
i am getting the message that the foder i am uploading to is access denied
what do ined to change to give the corect permmission?
thnaks in advance
peleg

chrismartz
12-11-2005, 07:34 PM
Make sure that you have set permissions for read/write for everybody to that folder.

takkie
12-13-2005, 02:46 PM
I dont agree on permissions for everybody.

It just needs to be aspnet user. Unless you have impersonate set to true to your web.config

-Tak