· df · 1 min read
Internet Explorer Security zone and Caspol utility
Everyone working in IT industry must have faced issues with Internet explorer and security zone.
Code Access Security Policy tool (CASPOL) is very useful tool to identify the problems related to security zone. A simple command
cd /d c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
caspol –lg
will easily show the security zones of particular web-pages
For a detailed list of flags and Details , please follow below links
Some good links to follow
Some good links to follow