Hi! I configured a website to use IIS Smart Card authentication (IIS 7.5 and ASP.NET 4.0).
I am querying Request.IsAuthenticated but it always comes back = false even though the user entered correct PIN for the Smart Card.
Is it normal? What can I do to determine if the user is authenticated?
Many thanks in advance