I am keeping all the images out of the webserver. This is in some other
system in the network. Can anybody please give me workaround in asp.net, like
how to access folder from a remote machine in the same network. Pls give the
shortest way to do this. It fails to access folder from the remote machine in
the same network.
Raterus - 28 Oct 2004 16:00 GMT
shortest way..?
add this to web.config
<identity impersonate="true" userName="YOURDOMAIN\userthathasaccess" password="theirpassword" />
> I am keeping all the images out of the webserver. This is in some other
> system in the network. Can anybody please give me workaround in asp.net, like
> how to access folder from a remote machine in the same network. Pls give the
> shortest way to do this. It fails to access folder from the remote machine in
> the same network.