AspNet Code Signing Problems

D

Danb

I want to sign an user-unique cabinet file. So each time I must resign the
cabinet before it is downloaded by the user.

I am trying to spawn a process that calls Signtool.exe with the arguments
being:
sign /f newcert.pfx /p password /v mycab.cab

Starting the process yields a standard error result of:
SignTool Error: File not found: newcert.pfx

I have tried impersonating the person who owns the certificate and I get a
different standard error of :
SignTool Error: CoCreateInstance returned error: 0x80070005 Access is denied

Does anyone know what I should do now?

Thanks in advance,

DanB
 
D

Dominick Baier

Hi,

i would fully qualify all paths that your are using, e.g. to the .pfx file.
Otherwise you are making assumption about the working directory which may
not be true, you can test this by using:

<%= Environment.CurrentDirectory %>

on a page.

dominick
 
D

Danb

Oops,

I have in previous efforts inserted the fully qualified paths and used
server.mapppath and io.file.exists to check that those files are found. But
when I use the resultant strings I continue to get the same errors.

Let me ask one thing. My certificate does not indicate that it is valid
for code signing YET when I use the signtool wizard it will in fact sign the
cabinet.
Is it possible that this could be my problem with unattended signing? In
other words because it is not a code signing certificate signtool rejects
the certificate but instead of telling me why it sends this very ambiguous
error?

PS. Dominick sorry about the previous post that was sent to you only. I
clicked the wrong button :<.
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top