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 difference between union and join?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is a server cookie?
What do you understand by aggregate dependency?
Explain the various authentication mechanisms in asp.net.
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are the different properties of server control that exists?
List all templates of the repeater control.
What is session start?
Which of the following .NET framework supports Web API?
What is the difference between the asp and asp.net?
Explain the difference between overriding and overloading?
What is application variable?
What is another word for redirect?