Remote Debugging with ASP.NET

Posted by Zafar Ullah - zafarjcp@gmail.com | 12:17 AM | , , , | 0 comments »

As my office application (Asp.net based) is getting bigger day by day and took time when we run application in debug mode, so i decided to move my development web server to a central machine and use the REMOTE DEBUGGING feature of VS 2005.

here is wonderful article by Microsoft support team.

http://support.microsoft.com/kb/910448

and another from MSDN

http://msdn.microsoft.com/en-us/library/233w9kd4.aspx

will update and share my experience as i complete with the setup :)