I have an App Server and Doc Server both running under the same domain.
Doc folder has "Users" assigned to it where DOMAINNAME/Domain Users group a member as well
In IIS, Anonymous Authentication, ASP.Net Impersonation, Windows Authentication has been enabled
I have turned on Windows Authentication and Impersonate in web.config. Authentication Provider has been set to NTLM (tried with Negotiate).
App Pool set to ApplicationPoolIdentity (I have tried LocalSystem/LocalService/NetworkService)
I am able to download docs by URL directly on the browser, but the App fails to download the document and I am getting the windows credentials popup asking my password where username is selected automatically.
Any help would be much appreciated.
Go to the complete details ...