I have a .NET 4 MVC 5 site set up in IIS 8.5 on a Windows Server 2012 R2 box like this:
Has it's own app pool running under service account
Anonymous Auth: enabled / using App Pool Identity
ASP.NET Impersonation enabled / using service account (also tried with Auth user)
Basic/Forms/Windows disabled
Everything works fine, except I need to get the user (NT) logon of the client user.
Not sure what you mean. Like in the browser settings?
Shaun Vermaak
Yes, integrated authentication requires Intranet/Trusted Site AFAIK
Member_2_1242703
ASKER
Gotcha. Ok that's not going to work. Surely there is a better way? It's that integrated setting that is getting me too. Did this no problem with a classic pipeline.
Open in new window