O
oliharvey
hallo -
I am making a web request (actually a web service call) from within my
web service.
this works fine under the developement web server - but fails under
IIS with:
anyone have any suggestions?
I have tried various impersonation / permissions scenarios with no
success.
This is urgent as I'm currently looking like a tit that doesn't know
what he's doing!
thanks,
Oli.
the code is trivial:
_x509Certificate = new X509Certificate(fullFilePath, password);
..
..
requester.ClientCertificates.Add(_x509Certificate);
I am making a web request (actually a web service call) from within my
web service.
this works fine under the developement web server - but fails under
IIS with:
anyone have any suggestions?
I have tried various impersonation / permissions scenarios with no
success.
This is urgent as I'm currently looking like a tit that doesn't know
what he's doing!
thanks,
Oli.
the code is trivial:
_x509Certificate = new X509Certificate(fullFilePath, password);
..
..
requester.ClientCertificates.Add(_x509Certificate);