views:

225

answers:

1

Hi everybody, I am building a XBAP application which required to run in a full trust environment. Thus, when using it on browser, the end-user have to install my .pfx file (to certificate my application) or receives the famous "Trust not granted" error. That make a inconvenience.

So, I want that everytime the end-user access my xbap application, it would asks the user to install the .pfx file and then auto-install the .pfx file.

How can I do that? (using VS2008, .net 3.5) Thanks in advanced.

A: 

Make yourself as a trusted publisher, which means user needs install the certificate into "trusted publisher". check out more details at http://msdn.microsoft.com/en-us/library/01daf08f.aspx

PerlDev
Here is a related discussion: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/a8bfe373-291b-41b8-b2b2-4db92cbe54f0
PerlDev
I mean that the XBAP prompt a dialog (for example) to install the certificate automatically.
Trần Quốc Bình