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
What is the compiled object?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How can we access static variable?
How many types of cache are there?
How can you apply a theme to your asp.net application?
How do we implement bundling in MVC?
How can you access the properties and controls of master pages from content pages?
What is an imagemap in asp.net?
What are server-side comments in ASP.NET?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How would you turn off cookies on a page of a website?
What are the different properties of server control that exists?
Define transparent caching with aop?
How does session id work?
Is asp.net easy to learn?