Try using Filemon and Regmon (sysinternals) to figure out what access is
being denied when the access to the private key occurs. Hopefully that will
work.
These things can be a huge pain to debug, but if you go with the machine
store and do the cert config thing you showed, you should be able to get
this to work.
Also, make sure the private key is not password protected as IIS obviously
can't deal with that.
Joe K.
"Mfenetre" <> wrote in message
news: ups.com...
> Hello Dominick,
>
> Yes it works with IE or Firefox.
> That's what makes me think that in my .Net client the client
> certificate is not used/sent.
> Perhaps it doesn't have access to the private key but I've followed
> this article :
>
> http://msdn.microsoft.com/library/de...SecNetHT13.asp
>
> and granted access to the "Network Service" :
>
> WinHttpCertCfg.exe -g -c LOCAL_MACHINE\MY -s "CreditCardClientSSL" -a
> "Network Service"
>