The problem I am trying to solve is that I have a .net web application and it uses windows login information to read another machine (gets a file listing on the network by using the system.io namespace, DirectoryInfo class. I have Identity Impersonate = true in web.config file, and anym access disabled for the virt directory so it should use the users login information to access the other machine. This works fine when I run it from my development machine(acting as client and server. ) When I deploy the web app to the windows 2003 server box I get an access denied error when it tries to access the other machine. So I have
> ****** ******* ***********
> *client************ server ************other machine*
> **********************************************
If I just use a hyperlink to the file on the other machine it works fine, no access denied error.
thanks.