what is the trace in ASP.NET

Answer Posted / suraj

ASP.NET introduces new functionality that allows you to view
diagnostic information about a single request for an ASP.NET
page simply by enabling it for your page or application.
Called tracing, this feature also allows you to write debug
statements directly in your code without having to remove
them from your application when it is deployed to production
servers. You can write variables or structures in a page,
assert whether a condition is met, or simply trace through
the execution path of your page or application.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and join?

761


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1605


How to reduce the width of textbox in editcommandcolumn of datagrid?

714


What is a server cookie?

717


What do you understand by aggregate dependency?

801


Explain the various authentication mechanisms in asp.net.

708


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

765


What are the different properties of server control that exists?

780


List all templates of the repeater control.

755


What is session start?

716


Which of the following .NET framework supports Web API?

851


What is the difference between the asp and asp.net?

704


Explain the difference between overriding and overloading?

731


What is application variable?

708


What is another word for redirect?

701