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
How information about the user's locale can be accessed?
Explain diff. Between friend and protected friend?
Explain server-side scripting and client-side scripting.
What is the difference between page directive include and action tag include?
Can we add code files of different languages in app_code folder?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is comparevalidator?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the mvc model?
What is difference between asp state management and asp.net state management?
What is the difference between a default skin and a named skin?
What is the difference between a page theme and a global theme?
What is the meaning of TestApi?
What is server redirect?
What is the use of data set in asp.net?