Reputation: 179
I have developed an application which is uploading a file in my system.Now i want to upload in another system or server. I have given the path of another system but iam getting forbidden 403 error. how to resolve that error. Any suggestions plz.
Upvotes: 0
Views: 227
Reputation: 65887
If you are accessing the filesystem in a server using asp.net, make sure that the destination directory got the ASP.Net account permissions (give read, write permission to the ASP.Net account on the specific dir)..
Upvotes: 1