Explain how do you debug an asp.net web application?



Explain how do you debug an asp.net web application?..

Answer / Reeta Verma

To debug an ASP.NET Web Application, you can use the Visual Studio Debugger by setting breakpoints in your code and starting the application in debug mode. Additionally, you can view exceptions and stack traces in the Event Viewer or the browser's developer tools.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What happens if the inherited interfaces have conflicting method names?

1 Answers  


What is hashmap in c#?

1 Answers  


What is a template class?

1 Answers  


What are the 3 different types of arrays?

1 Answers  


Does c# support parameterized properties?

1 Answers  


Describe the ways of cleaning up objects in c#.

1 Answers  


What does mean before a string in c#?

1 Answers  


What is throw in c#?

1 Answers  


What is the difference between virtual method and abstract method?

1 Answers  


Can a constructor be static in c#?

1 Answers  


What type of data type conversion happens when the compiler encounters the following code?

1 Answers  


Can you put two constructor with the same structure in a class?

1 Answers  


Categories