Is it possible to have a link that attempts windows integrated security authentication on one of my pages in an project where the web.config is set to Forms?
Can I provide a link that triggers windows authentication?
238 Views Asked by Maslow At
2
There are 2 best solutions below
3

The security mechanism would be dependent on the page/application that the link is pointing to, not on the link itself. Are you linking to a resource within the same project?
Note: This article describes the inherent problem and a potential solution.
I think you could do it in a round about way - it wouldn't trigger the browser's internal Windows Authentication dialog, but you could still validate against a domain using LDAP - this question/answer might help.