Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.
Answer Posted / js_m
C
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between or and orelse?
Define tracing.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What are the various types of validation controls provided by asp.net?
What are the different method of navigation in asp.net?
What is the file extension of web service?
Any disadvantages in Dataset and in reflection ?
What is validation in asp.net?
Define resource files.
How do I use response redirect?
Securitywise What are the Enhancements in 2.0?
How many types cache in asp net?
What are session state modes?
What is skin in asp.net?
What is the purpose of asp.net?