I created a local application in VS and when uploading on the server the application was not all the resources of the local application, in the application I am using X.509 and found a difference when listing the CA:
//X509Store store = new X509Store("My");
X509Store store = new X509Store("CA");
whenIstartedlookingfordifferences,Isawthatthecertificatechainsthatweregoingtobeusedintheapplicationwerenotontheserverandwhentryingtotalktotheadministrationstaffofthatservertheycouldnotexplainorgivemeasolutiontotheproblem./p>
Hasanyoneevergottentoworkwithserverwithcertificatechains(ICP)?Whatwasthebestsolution?
link 1