Hello.
I need help with IIS 7.5 client certificates authorization using smart cards.
Here are what I have already done:
Installed smart card drivers (and tested SC's work).
In IIS manager issued self-signed certificate for SSL, activated SSL it for target folder.
Chosen "require client certificates".
Imported smart card root and intermediate certificates to the according directories in mmc (root CA and Intermediate CA).
The problem is that when running the web page and accessing the secured aspx I do not get certificates window to choose the right one in the browser. Instead, I immediately get HTTP Error 403.7 - Forbidden: SSL client certificate is required
I wonder, what step I do wrong or forget to do.
Thanks.