J
jmi0
I need to have my web application (html, jsp, etc.) to host a
WebBrowser control by using the object tag for an assembly which
contains my custom user control which contains the WebBrowser control.
The problem is that the WebBrowser control won't load. It's prematurely
disposed when the control object being accessed in my C# code
InitializeComponent().
The info I've gathered so far seems to attribute this behavior to
security concern. While I was informed this is not a designed feature
for web page hosting, I've been seeing examples (in VB script) for the
usage. I, however, couldn't get these examples work for me either.
If the .net framework runtime indeed blocks the control's deployment in
a web page due to security concern, is there a way to bypass it? By
signing it, granting permission or other machnisms?
btw, my web server is Tomcat, not IIS. I, however, don't think it's
relavant because any other non-WebBrowser controls displayed just fine.
Any one has any insight on this?
Thanks in advance,
Jason
WebBrowser control by using the object tag for an assembly which
contains my custom user control which contains the WebBrowser control.
The problem is that the WebBrowser control won't load. It's prematurely
disposed when the control object being accessed in my C# code
InitializeComponent().
The info I've gathered so far seems to attribute this behavior to
security concern. While I was informed this is not a designed feature
for web page hosting, I've been seeing examples (in VB script) for the
usage. I, however, couldn't get these examples work for me either.
If the .net framework runtime indeed blocks the control's deployment in
a web page due to security concern, is there a way to bypass it? By
signing it, granting permission or other machnisms?
btw, my web server is Tomcat, not IIS. I, however, don't think it's
relavant because any other non-WebBrowser controls displayed just fine.
Any one has any insight on this?
Thanks in advance,
Jason