Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a WPF application which I am trying to deploy on a server 2003 system using IIS6.0. If I double click on the .htm file it loads and runs fine. However when I try to access remotely the .htm loads but when I click on the run button I get a not trusted error. The application was compiled with Full Trust turned on. I have been pointed to .net settings, IIS settngs, certificates, etc. randomly. Can anyone suggest what I have over looked? Thank you.
Posted

Please have a look on [^] and [^]
 
Share this answer
 
Hello,
I think the problem is with the digital certificate and system security. As for the digital certificate goes, you don't have to create one but if you want to publish your application to large number of users it's preferred you do create one.

As for the security alert, the only way to suppress that I think is lowering the security of the PC calling the application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900