0

I have some wcf services and which are using some certificates for security reasons.
I have installed the services on my machine but when I am trying to run these services an error is occurring that KeySet does not exist.

I searched on internet but couldn't find a solution.
Can anyone please give me an idea what is missing or how can I fix this problem?

David 'mArm' Ansermot
  • 5,839
  • 6
  • 44
  • 80
Embedd_0913
  • 15,581
  • 34
  • 96
  • 135
  • Can you include the exception/error message you're recieving. Does the service work without the certificate? – Kane Sep 08 '09 at 07:33
  • 1
    This is a duplicate of: http://stackoverflow.com/questions/602345/cryptographicexception-keyset-does-not-exist-but-only-through-wcf – Vivian River Apr 22 '10 at 14:48

1 Answers1

0

Follow these Steps

Start -> Run -> MMC File -> Add/Remove Snapin Add the Certificates Snap In Select Computer Account, then hit next Select Local Computer, then click Finish navigate to Certificates> Personal -> Certificates Right click on your certificate -> All Tasks -> Manage Private Keys Set your private key settings here.

Syeda Zunaira
  • 5,055
  • 3
  • 37
  • 65