Just a placeholder for ASP.NET debugging resource, will continue to update them. #How to use ADPlus to troubleshoot "hangs" and "crashes" http://support.microsoft.com/kb/286350 #Troubleshooting ASP.NET using WinDbg and the SOS extension http://support.microsoft.com/kb/892277
Read More...
A good note from Tess's blog #Debugging Silverlight applications with windbg and sos.dll http://blogs.msdn.com/tess/archive/2008/08/21/debugging-silverlight-applications-with-windbg-and-sos-dll.aspx
Read More...
Application restart is a common issue in ASP.NET web application. Here is a very good blog entry providing information on how to deal with such issue. Thanks Tess for the informative stuff: #ASP.NET Case Study: Lost session variables and appdomain recycles
Read More...
Just a reference to the following MSDN document: #How to: Launch the Debugger Automatically http://msdn.microsoft.com/en-us/library/a329t4ed.aspx We can use the registry key mentioned to specify a target image and debugger pair we want to use.
Read More...