what is diffrence between debug class and trace class in
asp.net ?
Answer Posted / suresh
Debug class is used for debug builds.
Trace class is used for both debug and release builds.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is role-based security in asp.net?
What is the postback property in asp.net?
What is Web API?
What is scope of an application variable in asp.net?
What is the function used for removing an event listener?
How can we register exception filter from the action?
What are the different types of Caching techniques in ASP.NET?
What is a web api endpoint?
Explain the Session state management options available with ASP.NET?
Can we use MSSql as backend in asp.net...if yes then How.?
Where can I get information on cookies in asp.net?
What is the difference between session and application?
What is loop in asp.net?
What is the purpose of url encoding?
How does session work?