.Net Framework 1.1

I just read this article about the changes in .Net Framework 1.1 and I found this interesting.

Enable Execution of Windows Forms Assemblies Originating from the Internet

Assemblies originating from the Internet zone—for example, Microsoft Windows® Forms controls embedded in an Internet-based Web page or Windows Forms assemblies hosted on an Internet Web server and loaded either through the Web browser or programmatically using the System.Reflection.Assembly.LoadFrom() method—now receive sufficient permission to execute in a semi-trusted manner. Default security policy has been changed so that assemblies assigned by the common language runtime (CLR) to the Internet zone code group now receive the constrained permissions associated with the Internet permission set. In the .NET Framework 1.0 Service Pack 1 and Service Pack 2, such applications received the permissions associated with the Nothing permission set and could not execute.

Somebody know some examples on how to embed Windows Forms controls in a Web page ?
I'm wonder if this works like a Java applet.

Update:
I received some nice comments on this subject. I didn't know that it was there on the 1.0.

Comments

No Comments