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.
+1
A:
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)..
Ramesh Vel
2009-08-03 07:54:06
can u post some source code about that.
ibrahimkhan
2009-08-03 08:48:57
Ramesh Vel
2009-08-03 09:01:43