Re: Authentification from a SAM base



Just use Windows authentication is IIS. It will authenticate local users.
Basic or IWA will work fine.

Why try to write code for this?

If you absolutely have to write code, calling the LogonUser API is the best
way to go. Using ADSI or WMI is likely to be flakey, although you can try
using the DirectoryEntry with the WinNT provider to do it.

Joe K.

"Mika" <Mika@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8DEF9D78-0AB1-4571-8817-8943898C6441@xxxxxxxxxxxxxxxx
Hello,
I'm actually looking for a way to authentificate users from the
authentification base SAM of a WindowsServer2003.
I have to do it from a web-page wrote in ASP.NET(VB).

During my searchs I've found some technology wich could be helpful. It's
the
Windows WMI and ADSI. But I'm still a student who have learn Computer
Science
just for 2years and this is a bit complex for me.

I'm looking for someone who have done something similar and if YOU didn't,
I
would be glad if you could give me some ideas or leads.
Thank you for your help!

MIKA


.



Relevant Pages

  • Re: Access denied ( From one site to another, that is in another server)
    ... If insted of configure the ASP.NET Application for Windows Authentication, ... Active Directory - Delegation: ... To verify that the application account can act ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Access denied ( From one site to another, that is in another server)
    ... | configure it for Basic Authentication, can I avoid use Kerberos and use ... |> Enable Integrated Windows Authentication check box is ... Active Directory - Delegation: ... To verify that the application account can act ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using IIS w/ASP .NET 2.0 Web Application Projects
    ... I've tried to explain to you the authentication mechanism as well as I can. ... When you're done, you'll see that, if you turn on Windows Authentication. ... I also know that the IIS documentation directly contradicts what you are saying. ... Integrated Windows Authentication overrides the Anonymous authentication default. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Debugging fails on Vista for Localhost
    ... When I go into Help from within IIS Manager on my Vista machine it points me to a technet article regarding Windows Authentication on IIS 7. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: NT authentication vs. SQL auth
    ... that Windows Authentication is more "demanding" than is SQL Server ... I would think that SQL Server, rather than just looking at its own (probably ...
    (microsoft.public.sqlserver.security)