I've written an applet than is meant to connect and browse a LDAP directory service. However, when i run it in explorer i get the following error...
com.ms.security.SecurityExceptionEx[browser2/DirBrowser.init]: cannot access x
(x is the url i'm telling it to connect to)
I have imported the "com.ms.security" package, have self signed with full permissions ALL of my cab files (including all LDAP ones), have included ALL of my cab files in my HTML page, have ran SETREG 1 TRUE and have put in "PolicyEngine.assertPermission(PermissionID.SYSTEM);" just above where i run the connection command at the start of init.
Can someone PLEASE help me. Any suggestions would be much appreciated.