.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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -