hosting a winforms control in IE, where does activation occur?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When you host a winforms control in IE using the object tag, do you need to
be serving the control from ISS? If so, why? I would think that activation
happens entirely on the client side so you wouldn't need any extra processing
on the server side?

-Ben
 
Hi Ben,

Thank you for posting.

As for IE host winform control, it is pure client-side behavior and the
winform control is hosted in the client IE browser's CLR host. There is no
code execution in server-side IIS server, IIS server is just used to help
the client user correctly locate the page and download the winform control
assembly over http.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Thanks Steven. I wasn't able to get this to work but I'm using IE7 Beta2, so
that might be why.

I'll give it another shot once the final is out.

-Ben
 
That's fine Ben,

If still no luck (you can try it from IE 6 first) or anything else we can
help, please feel free to post here or in .net windows form newsgroup.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top