I\'ve got a legacy app where there\'s a UserControl which is used as an activex in a web page loaded in IE. Before .NET 4.0, there were security policies and a MMC console
Ok, after several tests, I've managed to make it work. Here are some things you should keep in mind:
And, the most important thing of all: don't forget to set the policies in the correct version of .NET. In my case, I'm running on a x64 machine and so I went ahead and installed the x64 bits version. setting the correct policies in the installed console didn't really work, so I had to download and install the x86 version. After doing that, everything started working well (after all, IE was running as a 32 bit app)
Once again, I can't really understand MS' decision of deprecating IEHost without introducing a new option.