Wednesday, March 28, 2012

what is the .NET framework good for in IE?

Hello folks,

what is the .NET framework snapin in IE good for? I mean in the Security
settings of IE you can activate the execution of .NET framework components.
How could a .NET developer execute such a Component?

Thank you

AntonThere's an article here on using rich clients inside the browser:

http://msdn.microsoft.com/msdnmag/i...ch/default.aspx

Note especially the section called

Writing Partially Trusted Software

and Zones:

http://msdn.microsoft.com/msdnmag/i...igures.asp#fig4

"Anton Sommer" <anton.schamy_no_spam_@.arcor.de> wrote in message
news:bnmk5l$qu8$03$1@.news.t-online.com...
> Hello folks,
> what is the .NET framework snapin in IE good for? I mean in the Security
> settings of IE you can activate the execution of .NET framework
components.
> How could a .NET developer execute such a Component?
>
> Thank you
> Anton
if you write a active/x control in .net, then this allows IE to host it
(actually allows the control to fire events that IE will catch - normally a
security violation ) . the user must first install the .net framework (~22mb
download), and the page load takes awhile as the vm is fired up.

-- bruce (sqlwork.com)

"Anton Sommer" <anton.schamy_no_spam_@.arcor.de> wrote in message
news:bnmk5l$qu8$03$1@.news.t-online.com...
> Hello folks,
> what is the .NET framework snapin in IE good for? I mean in the Security
> settings of IE you can activate the execution of .NET framework
components.
> How could a .NET developer execute such a Component?
>
> Thank you
> Anton

0 comments:

Post a Comment