I am building a WCF service as in this article and facing trouble with X.509 certificate.
When I debug, everything is OK. When I publish and run the application, I receive the error:
Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'CurrentUser', FindType 'FindBySubjectName', FindValue 'WCFServer'.
What troubleshooting steps can I take?
The server is IIS 5.1 on Windows XP SP3