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.