ASP.NET and IIS Authentication

From: Joe (joero4@cox.net)
Date: 10/21/02


From: joero4@cox.net (Joe)
Date: 21 Oct 2002 10:12:41 -0700


I am tring to get an ASP.NET web application to automatically pull an
NT username from my domain. This is easily done in ASP, but I am
having problems with .NET. I have set up IIS to use Integrated
Windows Authentication. If I use Context.User.Identity.Name I recieve
"Test User". Why don't I recieve the NT name, and why to I keep
getting this "Test User". I am not impersonating any account and I
have the authentication mode set to Windows.