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
How can you ensure a permanent cookie?
What are the asp.net security controls?
What are the Difference between asp.net and asp ?
What is the namespace to create thread in .net?
Is razor a programming language?
In order to get assembly info which namespace we should import?
What is the use of dispose method?
Explain server side state management system.
Explain managed code an un-managed code.
What are the HTML server controls in ASP.NET?
How many types of state management are there in asp net?
Explain how to prepare culture-specific formatting in .net.
How can you use a custom controls in ASP.NET application?
Is asp.net a programming language?
What is the exact purpose of http handlers?