Question From Microsoft Assessment

T

Tom

You are troubleshooting a deployed Web application and
need to change the <trace> element to enable tracing on
the page. You modify the Web.config file for the
application. Which statements correctly describe when the
change will be applied and its impact on current users?
(Select all that apply.)

A)State data stored in the Session object will be lost.
B)The Web application will be restarted and the
configuration file will be read immediately.
C)Current users will be given a five-minute warning before
the Web application is restarted.
D)Current users will be immediately disconnected from the
application.
E)State data stored in the Application object will be
maintained.


I need Correct Answer...
Please help
Tom
 
T

Tom

You are building an application that will be deployed on a
Web farm. You are analyzing the techniques available for
optimizing the application and persisting data across
requests. Which application features can be scaled to a
Web farm? (Select all that apply.)

A) Session state
B) View state
C) Application state
D) Page output caching

Need answers
Thanks in advance
Tom
 
E

Elliot M. Rodriguez

B is the best answer, but this is a lousy question. A can also happen,
depending on session state architecture. If its inproc, then its lost in the
restart. But regardless of that, the right answer is A.

D is not correct - they wont be disconnected.
E is not correct (see reasons for A)
 
E

Elliot M. Rodriguez

first one's free. how about looking up the rest and learning something?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top