What is the difference between Debug.Write and Trace.Write?
When should each be used?
Answer Posted / champion
Debug.Write & Trace.write - both works in Debug mode, while in Release Mode,Trace.write only will work .Try changing the Active Config property of Solution in Property page nd find the difference. Debug.write is used while debuging a project and Trace.write is used in Released verion of Applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is there any property names “isnavigating”?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is cookies in asp net?
How is it possible for .NET to support many languages?
Explain the function of new view engine in asp.net? : asp.net mvc
What is asp net_sessionid?
Explain different authentication modes in asp.net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What r the asp.net list controls and diff. Between them?
What is an example of an application service provider?
Can asp.net work on an nt server?
What are the differences between application object and session object?
Difference between using directive vs using statement?
Can we use MSSql as backend in asp.net...if yes then How.?
Why is xap important?