Hi,

In the trunk of .Net trader client, I kept getting the following error,

Parser Error Message: ID1024: The configuration property value is not valid.
PropertyName: serviceCertificate
Error: ID1039: The certificate's private key could not be accessed.
Ensure the access control list (ACL) on the certificate's private key
grants access to the application pool user.
Thumbprint: AF5520A014847A1D2A342F800923B917DF3A74FD

I had imported certs to Trusted People, Personal and Trusted CA
locations. Also, added the Network service to the cert's ACL list.

To solve this I had to change the storeName in web.config from
TrustedPeople to My (line 277 - 280),

        <certificateReference x509FindType="FindBySubjectDistinguishedName"
                              findValue="CN=Trade.Com"
                              storeLocation="LocalMachine"
                              storeName="My"/>

Am I the only one got this error?

Bye,

    -Chintana

-- 
http://engwar.com/

Reply via email to