Hi Diego,
The exception below suggests that the correct certificate was found,
however, there were not enough permissions given to access the private key
file
of the certificate. The private key is used to very the signature. Have you
give private key permissions to your certificate? You can do this by using
the WSE Certificate tool,
clicking on the Private Key properties and then adding the "Users" group to
the ACL's of the file.
In general, when verifying signature or decrypting on the server side,
the LocalMachine/Personal store is used in order to retrieve the
certificate. This is the default store unless it is explicitly specified as
something else in the configuration file.
Let me know if this helps
Sidd [MSFT]
> Hi all,
>
[quoted text clipped - 34 lines]
>
> Any help would be greatly appreciated?
Julie Lerman - 24 Jun 2005 17:32 GMT
One thing to note: in the Hands on Labs, the instructions say to tive the
ASPNET account access to teh server certificate.
I am developing as a non-admin, not using IIS but the file based server and
this did not work. For TESTING and DEVELOPMENT purposes, I gave my login
account access to the server certificate (in local machine/personal)
instead.
Julie
> Hi Diego,
>
[quoted text clipped - 54 lines]
>>
>> Any help would be greatly appreciated?