F
fanto
Hi everyone,
I'm new to asp.net and would really appreciate some help. Not too sure where
this post should be so sorry if it's in the wrong place.
i'm trying to upload files to a server with the following method:
myFile.PostedFile.SaveAs(Server.MapPath("upload") & strFileNameOnly)
I've changed the permissions to allow aspnet to r/w/mod the folder but it
keeps on throwing the message:
Access to path 'D:\...\upload' is denied.
I've looked through some of the other posts with similar problems with no
luck. Tearing my hair out at this stage.
If any more information is need please let me know.
Thanks,
Andrew.
I'm new to asp.net and would really appreciate some help. Not too sure where
this post should be so sorry if it's in the wrong place.
i'm trying to upload files to a server with the following method:
myFile.PostedFile.SaveAs(Server.MapPath("upload") & strFileNameOnly)
I've changed the permissions to allow aspnet to r/w/mod the folder but it
keeps on throwing the message:
Access to path 'D:\...\upload' is denied.
I've looked through some of the other posts with similar problems with no
luck. Tearing my hair out at this stage.
If any more information is need please let me know.
Thanks,
Andrew.