Host:
HTTPS:
You can also access this page from following domains
edgedbg.com
HTTPSHTTP
sub.edgedbg.com
HTTPSHTTP
lab.eastasia.cloudapp.azure.com
HTTPSHTTP
IE Security Zones test domains
Internet Explorer assigns all websites to one of four security zones: Internet, Local intranet, Trusted sites, or Restricted sites. The zone to which a website is assigned specifies different security settings that may lead to different behaviors. Following domains allow you to test the browser labs in different security zones in IE. Before navigating to following domains, you need to either map these domains into the correct security zone manually or run following command to map these domains automatically.
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://edgedbg.com/files/iemap.ps1')" CopiedCopy failed, please copy the command manually
internet.edgedbg.com
HTTPSHTTP
sub.internet.edgedbg.com
HTTPSHTTP
trusted.edgedbg.com
HTTPSHTTP
sub.trusted.edgedbg.com
HTTPSHTTP
intranet.edgedbg.com
HTTPSHTTP
sub.intranet.edgedbg.com
HTTPSHTTP
Fork me on GitHub

IE Process Monitor log and crash dump (if any)

This action plan is used to troubleshoot any IE startup failure or crash issue, regardless of the web application it loads. If the IE crash issue only occurs when loading a specific website, you should refer to the IE crash dump, Fiddler, Process Monitor log to capture logs.

Clone recipe

Prerequisites

Main steps

  1. Close all instances of IE. Open the Task Manager and check the process list in the Details tab. Sort the processes by Name. Ensure that you do not see any iexplore.exe process in the list. If there is any remaining iexplore.exe process, kill it.

  2. Launch Procmon.exe as administrator from the location where you unzipped the Process Monitor. It should automatically start capturing after startup. Proceed to the next step when you see that it is generating a large number of events.

  3. Start IE and reproduce the issue. Proceed to the next step after issue being reproduced.

End steps

  1. Go to Process Monitor, press Ctrl+E or click the third Capture icon to stop capturing.

  2. Click File -> Save. Choose All events and then save the log in pml format.

  3. If IE crashes, you will find the crash dumps in c:\dumps.

  4. Run iedigest.exe from the location where you extracted it.

  5. Click the Create report button and wait until it completes.

  6. The log will be saved to a folder named IEDigest on the user's desktop (%userprofile%\Desktop\IEDigest)

  7. Launch a command prompt as administrator to ensure that you get both user and computer policy settings.

  8. To gather the group policy result for the current user, run the following command: gpresult /h report.html

  9. To gather the group policy result for a different user of Windows, run the following command: gpresult /user [<targetdomain>\]<targetuser>] /h report.html (Example: gpresult /user contoso.com\testuser /h report.html).

  10. Wait until the command completes. The group policy result HTML: report.html can be found in the current working directory.