IIS 7 Error “A specified logon session does not exist. It may already have been terminated.” when using https
I am trying to create Client Certificates Authentication for my asp.net Website.
I am trying to create Client Certificates Authentication for my asp.net Website.
Is there any MVC specific way to require an SSL Client Certificate for a specific Action or Controller, i.e very much the way RequireHttps or Authorize works, but for ClientCerts?
I’m migrating a web app from an IIS 6 server to an IIS 7 server and I’m having some troubles with getting the client’s certificate.