Does anyone know about certificates and windows services?
The Lounge
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application that must sign SOAP requests with a certificate. As a console app it all works really well. I discovered early on the for windows services the certificates must be installed in the local computer store and not the current user store. So that is where they are. The problem is that when the app is running as a service the private keys are not being loaded and hence I get a nasty exception and nothing works. I have done all the usual things and checked permissions etc. Every user on the computer supposedly has full access. Where to look now? I hope someone has the answer.
Happy programming!!