I have an intranet site with only Windows Authentication enabled, this works fine, users logged into windows can get onto the site without being prompted for a password.
I am trying to add a virtual directory so i can display files from another server on the network, let's say \\server2\files
and mapping it to the alias http://mysite/files
.
But unless i set the Path credentials to a Specific user, it just does not work - it prompts for a username and password repeatedly and refuses to accept valid credentials.
How can i get the main application to pass the windows credentials through to the virtual directory, or even accept valid credentials for that matter?