I've heard rumors of rich-client .NET functionality running in a browser. In other words, a .NET equivalent of a Java applet or an ActiveX control.
I've found docs on .NET's equivalent of Java WebStart - a URL-accessible .NET WinForm app can be launched from a browser.
BUT: can't find info on the rich-client embedded in a browser stuff. Currently, the only option for "runat" is "server"; it seems like they're planning on adding "client" as an option here. But this is still ASP.NET, not WinForm.
Many shops don't want an app to be launched from a browser (and run outside the browser). They want the WinForm app to be embedded in a browser the way an ActiveX control is.
Any info out there on this?
Alex