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 / swapna
Set the Trace property of the Web Form to True.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Do cookies store passwords?
What's the ASP.Net Application life cycle?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What are the advantages and limitations of query string?
What is the difference between cookie and session?
What is the meaning of TestApi?
What is the behavior of a Web browser when it receives an invalid element?
What is enableviewstate in asp net?
What is aspect-oriented programming?
Why is string called immutable data type?
Explain about asp.net state management?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is postback in asp net?