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
Can you dynamically assign a Master Page?
What is session and cookies in asp.net?
Explain the difference between sql invalidation and sql notification.
To redirect the user to another page which method do we use without performing a round trip to the client?
What language is asp.net written in?
WSDL means?
Explain the disadvantages of viewstate?
Which platform does Microsoft .NET use for exchanging data between applications?
How many web.config files can I have in an application?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is xaml? Are xaml file compiled or built on runtime?
What is the application pool?
What is round trip in asp.net?
What is asp.net localization?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?