문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top