Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using a windows application to sign from usb token. It works perfectly. I am using following code to pick a certificate from store at client end.

X509Certificate2UI.SelectFromCollection(col, "Certificates", "Select one to sign", X509SelectionFlag.SingleSelection);<br />


It prompts a dialog box containing all the certificates stored in the store. It is also working fine in a web application but when I deploy my web application to IIS 5.1. this message is dispalyed:-
The current state is not interactive.
Posted
Updated 15-Nov-10 3:39am
v4
Comments
Member 12179018 22-Jun-16 17:29pm    
Hi there, are you solved the issue, can you share it pls, thnks in advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900