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
Which is better union or union all?
In how many ways we can retrieve table records count?
Explain client-side scripting?
What is the purpose of asp.net?
What do you mean by authorization?
What is http session state?
How can we provide the WebParts control functionality to a server control?
What is the flow of processing of the request? : asp.net mvc
What is the use of view state?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the main differences between asp and asp.net?
Explain authorization levels in .net ?
Explain Features in ASP.NET
What are the parts of an http response?
What is preprocessor in .net?