Link to home
Start Free TrialLog in
Avatar of denty
denty

asked on

Security manager in IE 3.02

Hi folks,

Can some kind soul explain the security policies enforced by MS IE 3.02? Specifically I want to know if I can load a native library (but that's not essential) and whether I can receive from a UDP socket (that is).

The other thing I really want is to be able to pop up a Java console window to watch for exceptions being thrown... can this be done: I can't see any menu items related to it.

Thanks in advance,
denty.
ASKER CERTIFIED SOLUTION
Avatar of jpk041897
jpk041897

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of denty
denty

ASKER

Great, thanks jpk. I thought you must be able to do such things but the lack of the console window doesn't make things easy to debug.

One further point though, will IE assume native libraries held locally are signed?

Nope, Applet security specifications under JAVA indicate that anyting running in a browser is to be considered insecure.

Applications, though, are only restricted by OS directory and file access permitions.

As an extra comment regarding debugging, For testing purposes, O'Rielley's Web Site  stores just about every imaginable error in its log files (if you tur on the correct options) and has a free version at http://www.ora.com under the software free software section.

Its not the greates substitute for a console, but can be alot of help.