How do you enable tracing?
a) Set the Trace property of the Web Form to True
b) Set the Trace property of the server object to True
c) Set the Session variables Trace to True
d) Set the Applications Variable Trace to True.
Answer Posted / arpana sharma
Set the Applications Variable Trace to True
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is difference between view state and session state?
IN an ASP.NET Web application if there is any error, how can you debug?
Where the viewstate is stored after the page postback?
What is user control in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Why SessionID changes in every request in asp.net?
How Can assign alias name for ASP.NET Web API Action?
Is asp.net is a programming language?
How to implement Authentication and Authorization?
Difference between overriding and overloading?
Is react a template engine?
What is owin authentication?
What is the use of global.asax file?