Hi,
I am trying to make a webservice work on my ADCS. The aim of the script is to automate revocation of a certificate (the CN of the certificate is given in parameter).
I am facing the following error when call my webservice:
Erreur OpenConnection : 0x80070005 -> CCertView::OpenConnection: Access denied. 0x80070005 (WIN32: 5)
My guess is, here is the line that triggers the error:
CertView.OpenConnection( strCAConf )
The script is pubished through an ASP application in IIS. The application runs with a domain account. It is based on the following method:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385432%28v=vs.85%29.aspx
Do you know what kind of right and where it needs to be applied in order to make this piece of code work?
Thank you so much.
Regards,
Alexandre