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
What is virtual directory in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
Explain the steps needed to be performed in order to create an animation in xaml?
Explain how dot net compiled code will become platform independent?
What is hidden field in asp.net?
What is asp.net web application?
What is smpte vc-1?
What is asp.net localization?
How many web config files can be created for an application?
Can more than one person use the same login?
What is event in asp.net?
What is application session?
Explain cookies with example.
WSDL means?
What are session and cookies?