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

Are cookies stored on server or client?

499


What is clickid?

551


What are the new navigation controls in asp.net 2.0?

534


What is the difference between “Web.config” and “Machine.Config”?

694


Which is better php or asp.net?

514






How can you access the properties and controls of master pages from content pages?

513


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

557


Explain how does asp page work?

571


What is .net framework and what are the main components of it?

370


How many types of validators are there in asp net?

490


What are the server control tags in asp.net.?

617


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4740


Where can I get information on cookies in asp.net?

561


How can we identify that the Page is Post Back?

552


in which protocol ASP.NET WEB API Work?

607