How To: Compare Two Sets of Internet Explorer Security Settings [Field Notes]
The Problem
A web application doesn’t work correctly for a user, and from the description of the issue I think it might have to do with security settings. The application works fine for me.
How do I see what settings I have that the user doesn’t?
The Solution
Enter Aaron Margosis ‘s excellent IEZoneAnalyzer utility. It allows you to do just that: view, export, and compare Internet Explorer Zone settings.
The steps I generally use are below:
- Download the utility: visit the IEZoneAnalyzer 3.5 page.
- Unzip the utility: It is a standalone .exe file; no installation necessary.
- Run the utility. It will analyze some things as it starts up.
- From the
File
menu, selectExport Local Settings...
and save under the filename of your choosing. - I usually then repeat this process on my machine so I have a snapshot to compare it to.
- From the
File
menu, selectImport saved Settings...
and select the file with the snapshot. Repeat this for the user’s snapshot and your own. Pro Tip: You can useCTRL+Click
to select multiple files to import. - Under the
View / Compare Entire Collections of Settings
section, select your settings and click theAdd Set to Comparison List
button. Repeat the process for the user’s settings. - Click the
View/Compare Sets
button.
At this point, the program will pop up a window with all the different zone settings, and any differences will be highlighted in yellow. You can export to CSV or Excel at this point.
And that’s it! Thank you to Aaron for providing such an excellent utility.
Leave a comment