failed to call signtool.exe from ASP.NET web service

  • Thread starter Thread starter YC.Seattle
  • Start date Start date
Y

YC.Seattle

Hi,

I am developing an internal tool so user permission is not an issue. I
need to call the "signtool.exe" to sign a file on the web server
through a web service. The web server is running on Windows Server
2003, and the working thread is running under "local system" account. I
can use the same service to create folders so I think the permission is
correct, but when I call the "signtool.exe", I got an error which says
"SignTool Error: No certificates were found that met all the given
criteria."

Any suggestions? I logon to the web server use my own user account and
I got the same error. I thought that the web service thread running
under "local system" should not have the problem.

Thanks!
Y.C
 
So you're saying that you cannot run signtool.exe successfully and yet you
expect ASP.NET to be able to do it?
Maybe I just don't understand your question...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top