Posted on: 6/25/2015 1:54:53 PM | Views : 725

Hi all, I have valid client certificate to call a external web service. I have written my own web service and call external web service using client certificate I have installed to server.
my web service published on IIS and  application pool runs as a user account  (not network service) 
so I have looged in as that user and open mmc folow Add remove Snap in process and added the client certificate to both Local computer and Current User stores.
When I run my web service on local host to test work fine. but when I use published web service through a different web application , my web service gives error 
System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
When I am logged in (rdp) to the server where my web service is published , and if I use web application on my desk top it success fully connect to external web service and getting response back ...

Go to the complete details ...