views:

22

answers:

0

Hi everyone,

Since Internet Explorer 8 has added its new UI-less URLAction to check the .NET MIME Filter, mscorie.dll, for content from the Internet zone, i have to register my web server to the trusted site's list to load my user control (C# framework 3.5). But I can't touch the client machine's configuration, so i need to make this works without changing the Microsoft .NET Framework's configuration nor the IE's configuration. I try with a "Strong name" or a "Manifest", but the first one needs to change the Microsoft .NET Framework and the last one needs to install a certificate in the client's machine, so they are not viable solutions.

Doesn't anyone have an alternative solution? or doesn't anyone have a different approach that can be less invasive than those i mentionned?

Thanks in advance ...

Carlos.