dot Net Database Question:

Explain the use of trace utility?

dot Net Database Interview Question
dot Net Database Interview Question

Answer:

Tracing is a very important monitoring and debugging tool for distributed, multitier applications. Such applications often contain problems that can only be observed when the application is under a heavy load and the inherent randomness of a real-life environment. Trace utility allows developers and administrators to monitor the health of applications running in real-life settings.


Previous QuestionNext Question
Explain What is the STUFF function and how does it differ from the REPLACE function?What is differences between Server.Transfer and server.execute method?