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 network logs

This action plan captures low-level network logs to reveal how IE connects and loads a website. This can help determine the root cause of connectivity issues when IE is having trouble loading a website.

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 Network Monitor as administrator.

  3. Select all listed networks in the Select Networks panel.

  4. Click New capture tab and click the Start button in the new capture tab.

  5. Launch a Command Prompt as administrator and navigate (CD) to the folder where you saved start.bat. Then run the following command: start.bat.

  6. Wait until you see the message Reproduce your issue and enter any key to stop tracing. DO NOT press any key, just minimize the command prompt.

  7. Press Win key + R or right click the Start Menu and choose Run to launch a Run dialog and run the command: iexplore.exe <URL> to open IE with a specific URL. For example, to launch IE to access https://www.microsoft.com/, you can run iexplore.exe https://www.microsoft.com/

  8. After issue being reproduced, proceed to next step.

End steps

  1. Go back to the elevated command prompt where you ran start.bat and press any key to stop tracing.

  2. All ETLs are saved in the same folder where you ran start.bat. You can zip all ETL files to a single file.

  3. Go back to Network Monitor, click the Stop button to stop tracing. Then click the Save As button to save the log in cap format.

  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)