.net - ClickOnce .application not signed -
i have clickonce application has worked without issue time. i'm trying deploy customer has tighter security restrictions: in ie have setting allow signed applications run (tools>>internet options>>security tab>>internet>>custom level...>>run components not signed authenticode=disable, run components signed authenticode=enable).
they able run application's setup.exe (the [install] button on default publish.htm) when attempt click launch link (that targets app.application file rather setup.exe) following error:
activation of https://{domain}/client/app.application resulted in exception. following failure messages detected:
your web browser settings not allow run unsigned applications.
i can recreate problem same ie settings but...
- the application signed using thawte code signing certificate expires in 2017. (project>>properties>>signing>>sign clickonce manifests.)
- the assembly signed using strong name key file.
- the setup.exe's properties (in explorer) show digital certificate .application (and .exe.manifest) don't....should they?
i've tried (re)signing .application , .exe.manifest files using mageui.exe ie still complains they're not signed.
it feels i'm missing obvious...any ideas?
Comments
Post a Comment