chris5126 26 Posting Pro in Training

Hi,

I have created a web application that uses impersonation in the web config file to run as an administrator user under vista. I need this so the program can have access to a remote network drive, however the application cannot see the drive. Im using the unc address e.g //pc-name/directory and it just wont work, however if I look at a local file system but still through the unc patch e.g. //local-host/directory the program will work fine.

I know that the user has full access the the remote shared drive so what am i doing wrong i have read somewhere that impersonation only works for one hop is that true? Is there a way around it?