Enable securiyt setting in IE
-
i want to enable one of the security setting in Custum Level of Trusted Site zone in IE.How can we do it programatically.
As in change the security from your web page? Not easily. Being able to change a users security setting from your web page would constitute a major hole in IE security. You would need to write and sign an ActiveX control to do this, and even then, it would not be trivial. Alternatively, you would write an windows executable to do this and allow your users to download and run the .exe to adjust their security settings needed to work with your web app.
Jim Conigliaro jconigliaro@ieee.org
-
As in change the security from your web page? Not easily. Being able to change a users security setting from your web page would constitute a major hole in IE security. You would need to write and sign an ActiveX control to do this, and even then, it would not be trivial. Alternatively, you would write an windows executable to do this and allow your users to download and run the .exe to adjust their security settings needed to work with your web app.
Jim Conigliaro jconigliaro@ieee.org
-
Hi, Google is there.
With Regards Satips
-
I don't have specific code for you, but you should probably check out the InternetSecurityManager interface: http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/reference/ifaces/iinternetsecuritymanager/iinternetsecuritymanager.asp[^]
Jim Conigliaro jconigliaro@ieee.org