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
Do cookies store passwords?
Explain ViewState?
What is a 404 redirect?
What are the differences between the response.write() and response.output.write()?
What are resource file and how do we generate resource file?
What is asp.net caching?
What is the life cycle of web page?
What are the Types of objects in ASP
What is mvc in asp.net interview question? : Asp.Net MVC
What is session start?
Explain the boxing and unboxing concept in .net?
What are validator? Name the validation controls in asp.net?
What are session and cookies?
What is the Intermittent crashing of application in production?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?