1

I did the following steps to deploy my wpf application that need full trust permission:

1-Creating a certificate using makecert.exe

2-Creating signed application and deployment manifests.

3-Building a website in IIS to host files (include MyApplication.exe.manifest and MyAppicatio.xbap)

4-Adding certificate - used to sign manifests - to IE certificate store (Trustes Root Certification Authorities and Trusted Publishers) , IE Menu bar->Tools Internet Options->Content->Certificates

But when i try to browse Xbap file in IE6 it throws Not granted exception for dowloading MyApplication.exe.manifest file.

When i grant access using caspol.exe tool to my deployment url , it works well.

But how can i make certifcate approach works correctly?

Thanks

Massimiliano
  • 16,770
  • 10
  • 69
  • 112
mehran
  • 1,314
  • 4
  • 19
  • 33

1 Answers1

0

I found the problem , my created certificate was out of date (expired).

mehran
  • 1,314
  • 4
  • 19
  • 33
  • you can accept your answer to remove the question from the "Unanswered" list – Massimiliano Jan 30 '10 at 15:38
  • Is there way to avoid Trust related pop up even when certificates are expired and Web HMI is being opened on separate Machine on same domain then Server or separate domain than Server? – Ritesh Kumar May 18 '20 at 07:56