WindowsIdentity.AuthenticationType returns ""

S

steve baker

In the global.Application_AuthenticateRequest event I
check the Context.User.Identity.AuthenticationType to see
if our Application is using Windows Integrated security
or Forms. This worked great on a Windows 2000 Server,
however on a 2003 server, when accessing the web
application from the localhost, the AuthenticationType
returns an empty string. Note that the isAuthenticated
method is returning True.

Is there a change in the integrated security for 2003
server.

Context:

Anonymous access is disabled
Windows Integrated is enabled
Context.User.Identity.isAuthenticated = True
Context.User.Identity.AuthenticationType = ""
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top