security - X.509 certificate cannot be found by WCF service -


i have wcf service hosted in iis.

using certmgr.msc can see x.509 certificate in personal -> certificates still error:

cannot find x.509 certificate using following search criteria: storename 'my', storelocation 'currentuser', findtype 'findbythumbprint', findvalue 'b0 5f 3f ...'.

i changed storelocation, find type... still same error appears. guess iis cannot use certificate because of lack of permission.

how can fix ?

right click on cert, select manage private keys, grant rights user under iis app pool running.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -