C# (Sharp) Programming Language Question:

How do you debug an ASP.NET Web application?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Attach the aspnet_wp.exe process to the DbgClr debugger.


Previous QuestionNext Question
What is the difference between the Debug class and Trace class?What are three test cases you should go through in unit testing?