What the right way to sign activex control and grant permission
问题 I have activex C# control for IE. That contol downloaded from some host. Control does some work that needs special permissions(IE shows window with information that my control cannot do operation without permission). I spend a lot of time googling and reading many topics about similiar situations. I understood that I must do following things: 1. Sign control assembly with strong key. 2. Grant permission to assembly. I generated strong key with VS2010 tools. After that my control stopped