954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

signing application

Hi,
I wrote a small application in c# using .NET framework 4.0
next, I used the deploy feature while publishing the application but when click on the install button in the deploy webpage i get an error. The details include this: "Your Web browser settings do not allow you to run unsigned applications."
How do i make my application a signed one?
Any help is highly appreciated
Thank you,
-T2

smarty_t2
Newbie Poster
17 posts since Jul 2009
Reputation Points: 10
Solved Threads: 1
 

You pay a trusted Certificate Authority to issue you a certificate and digitally sign your app. This somewhat lengthy process is described here

skatamatic
Posting Shark
959 posts since Nov 2007
Reputation Points: 403
Solved Threads: 129
 

You can also create your own certificate for testing purposes (or if the application is only used by your company). Example of doing this can be found here .

Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
 

Thank you Momerath and skatamatic.
The program is to be used in my own department so i will go by what Momerath told.
Thanks

smarty_t2
Newbie Poster
17 posts since Jul 2009
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: