[转载].NET Debugging Labs

 https://www.tessferrandez.com/

IIS Debugging Labs 

https://www.thebestcsharpprogrammerintheworld.com/2020/07/09/iis-debugging-labs-information-and-setup-instructions/

在发生故障时收集转储

https://docs.microsoft.com/zh-cn/dotnet/core/diagnostics/dumps

Managed Stack Explorer

https://github.com/artisticcheese/MSE

 

MEX Debugging Extension for WinDbg
 
 
Debug Diagnostic Tool v2 Update 3
 

 

LabChallengeInstructionsWalkthrough
Lab 1: Performance Problem - Instructions Walkthrough
Lab 2: Crash - Instructions Walkthrough
Lab 3: High Memory Usage - Instructions Walkthrough
Lab 4: High CPU Performance Problem - Instructions Walkthrough
Lab 5: Crash Challenge Instructions Walkthrough
Lab 6: Memory Leak Challenge Instructions Walkthrough
Lab 7: Memory Leak

Labs

Lab instructions Location
Lab 1: Install IIS and create a website Lab 1 √
Lab 2: Install the Web Platform Installer Lab 2 √
Lab 3: Install and configure Application Initialization Lab 3 √
Lab 4: Install and configure Failed Request Tracing Lab 4 √
Lab 5: Basic and Advanced Application Pool settings Lab 5 √
Lab 6: Using HTTP, W3SVC, WAS and W3WP Lab 6 √
Lab 7: Using Integrated vs. Classic mode Lab 7 √
Lab 8: PowerShell WebAdministration (update for IIS 10) Lab 8 √
Lab 9: Using AppCmd Lab 9 √
Lab 10: Using ASP.NET Tracing (Trace=“True“) Lab 10 √
Lab 11: aspnet_regiis Lab 11 √
Lab 12: IntelliTraceCollector Lab 12 √
Lab 13: LogParser Lab 13 √
Lab 14: ETW Tracing / PerfView  
Lab 15: Debug Diagnostics Lab 15 √
Lab 16: Failed Request Tracing, Capture memory dump Lab 16 √
Lab 17: TBD  
Lab 18: WinDbg – Crash Lab 18 √
Lab 19: WinDbg – High CPU Hang Lab 19 √
Lab 20: WinDbg – Low CPU Hang Lab 20 √
Lab 21: WinDbg – Memory consumption Lab 21 √
Lab 22: Deploy a custom Module and Handler Lab 22 √
Lab 23: Troubleshooting 400 and 404 Lab 23 √
Lab 25: Troubleshooting 500  
Lab 26: Troubleshooting 503  
Lab 27: SSL Certificate Troubleshooting  
Lab 28: The impact of debug=true Lab 28 √
Lab 29: HTTP Caching  
Lab 30: IIS Caching  
原文地址:https://www.cnblogs.com/sui84/p/15113866.html