Logging-in user to NT without Windows authentication popup

From: Ty Millwee (tmillwee@ArcLightSystems.com)
Date: 01/28/03


From: "Ty Millwee" <tmillwee@ArcLightSystems.com>
Date: Mon, 27 Jan 2003 16:53:17 -0800


We have a C++ ISAPI filter running on our IIS boxxen that
was build for us by MSC. This filter allows users to log
into an application in there domain context.

I am trying to find a way to replicate this functionality
in VB.NET or C#. As we currently do not have any C++
developers on staff, and we would very much like to get
the entire application into a common code set.

So to answer your question "Can it be done"?
YES.

~Regards

>-----Original Message-----
>Hello!
>
>I'm trying to design an asp.net web application where a
user, once
>authenticated inside my Oracle user database, gets logged-
in to the NT
>server as whatever NT username and NT password is
specified in that
>user's database record. No windows authentication popup
window appears
>to ask the user's NT username and password.
>
>Is this possible? I don't believe that it is possible for
a user to
>get logged-in to NT in the background without the popup
appearing.
>Could someone either confirm or deny this?
>
>All help much appreciated!
>.
>