Security problems running winform in a browser

J

J.Marsch

Ok, so here's a problem you probably don't see every day:

We are building an application that must run in a browser, but we need to do
some things client-side that would be rather difficult to pull off with the
usual browser-side scripting (javascript etc).

It's been decided that this one, complicated function will be implemented by
hosting a Winform in the browser. Now, this winform contains an ActiveX
control (an HTML editor).

We seem to be running into some code access security issues. Run locally
(web server and browser on same machine), with .Net security turned off,
everything works. Turn security on, or attempt to run the browser on a
separate machine, and we get problems.

The app requires IE 5 or better. If you have IE 5 or better, you are
guaranteed to have the ActiveX control that we need.
The app needs to be able to download the winform assembly.

Anyone know what I need to do to make this work?

Are there any good guides out there for using a Winform in the browser?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top