How do you debug an ASP.NET Web application?



How do you debug an ASP.NET Web application?..

Answer / p.ramakrishna

Attach the aspnet_wp.exe process to the DbgClr debugger.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How do I do implement a trace and assert?

0 Answers  


What is the advantage of static class in c#?

0 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

3 Answers  


What is difference between ilist and list?

0 Answers  


Is c# dictionary a hash table?

0 Answers  


what is a structure in c#

3 Answers   Cognizant,


What is gac? What are the steps to create an assembly and add it to the gac?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


Is dictionary reference type c#?

0 Answers  


What is global asax in c#?

0 Answers  


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

0 Answers  


Categories