views:

105

answers:

1

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
can u post some source code about that.
ibrahimkhan
Ramesh Vel