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 cookieless session id explain in brief?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is cas?
What is different in .net 1.1 and .net 2.0?
What is the full form of asp.net?
What is postback in asp net?
Explain culture and uiculture values.
How to find last error which occurred?
How can you apply a theme to your asp.net application?
Which class is used to send an email message from an ASP.NET Web page?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Where would you use an ihttpmodule, and what are the limitations of any?
What is sdlc process?
Diff between web user control and web custom control?
Where would you use an ihttpmodule, and what are the limitations if any?