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

Monitor IIS Application Pool (Worker Process) exceptions using Debug Diagnostic Tool

Prerequisites

  1. Download and install the Debug Diagnostic Tool from https://www.microsoft.com/en-us/download/details.aspx?id=103453.

  2. Once installed, open DebugDiag 2 Collection, select Crash as the Rule Type, then click Next.

  3. Choose A specific IIS web application pool as the Target Type, then click Next.

  4. Select the IIS application pool from which you want to monitor exceptions, then click Next.

    If you don't know the application pool corresponding to your IIS website, please refer to the steps below to retrieve it.

    • 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.

    • Right-click on the website for which you want to retrieve the Application Pool, then select Manage Website -> Advanced Settings.... In the Advanced Settings window that pops up, you will find the name of the Application Pool corresponding to the website.

  5. In the Advanced Configuration page, change Action type for unconfigured first chance exceptions to Log Stack Trace, keep all other settings as default, then click Next.

    Click Yes if you see following prompt:

  6. Keep default settings and click Next.

  7. If you want the rule monitoring Application Pool exceptions to take effect immediately, select Activate the rule now and then click Finish.

  8. DebugDiag might display a confirmation box regarding the Symbol search path. Click Yes.

  9. At this point, you should see the rule you just created in the Rules list, which means the configuration is complete. Next, let's monitor this Application Pool for a period of time. If the Application Pool throws any exceptions, DebugDiag will record the stack trace of these exceptions in plain text.