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

IIS log

End steps

  1. Run Command Prompt or PowerShell as Administrator and execute the command netsh http flush logbuffer to force all entries in the log buffer to be written into the log file.

  2. Press the Win key + R or right-click the Start menu and click on Run to open the Run dialog. Then, type inetmgr and press Enter to open the IIS Manager.

  3. In the left Connections panel, expand the server root node and select Sites. The middle panel will display all the IIS sites under that server node. Remember the ID of the target site from which you want to retrieve the IIS logs or Failed Request Tracing logs. Typically, the ID is represented by numbers such as 1, 2, 3...

  4. Double-click the target site, and then double-click Logging to view its logging settings. Here, you can find the storage path for the IIS logs of the target site.

  5. Access the storage path in File Explorer. You may find multiple folders starting with W3SVC followed by a number. Choose the folder that ends with the site ID you obtained earlier. For example, if the site ID is 2, navigate to the W3SVC2 directory.

  6. Inside this folder, you may find several IIS log files. Identify the ones that cover the time period you are interested in and retrieve those files.