Hello all,
I've got a problem with the authentication of my ASP.NET application. The
question is how to authenticate in a NT domain from my ASP.NET application
placed on a different domain which is trusted (trusting) to it. The trusted
relationship are in both sides (from NT domain to Active Directory Domain and
on the other hand).
The only trouble is make a procedutre o function to determinate if an any
user ("user" and "pass" write on the init form) is validated o not into the
NT domain (the application runs on the Active Directory Domain).
Are there any form to resolve this problem?.
Thanks very much.
Dominick Baier - 29 Aug 2007 15:11 GMT
Have you tried using Win32 LogonUser?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> Hello all,
>
[quoted text clipped - 12 lines]
>
> Thanks very much.