Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCAD > need to know the impact of a change in Web.config. THANK YOU!!!

Reply
Thread Tools

need to know the impact of a change in Web.config. THANK YOU!!!

 
 
Daniel Walzenbach
Guest
Posts: n/a
 
      11-25-2003
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
 
 
 
Consultant
Guest
Posts: n/a
 
      11-25-2003
4

"Daniel Walzenbach" <> wrote in message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
 
 
 
Daniel Walzenbach
Guest
Posts: n/a
 
      11-25-2003
Thank you CONSULTANT! Are you sure it's only #4 that's true?

Regards
Daniel

"Consultant" <> schrieb im Newsbeitrag news:...
4

"Daniel Walzenbach" <> wrote in message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
Daniel Walzenbach
Guest
Posts: n/a
 
      11-25-2003
Consultant,

According to MS #4 alone is false!

Any other idea?

Daniel
"Daniel Walzenbach" <> schrieb im Newsbeitrag news:%...
Thank you CONSULTANT! Are you sure it's only #4 that's true?

Regards
Daniel

"Consultant" <> schrieb im Newsbeitrag news:...
4

"Daniel Walzenbach" <> wrote in message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
Consultant
Guest
Posts: n/a
 
      11-25-2003
i would guess 2, but not 100% sure
"Daniel Walzenbach" <> wrote in message news:...
Consultant,

According to MS #4 alone is false!

Any other idea?

Daniel
"Daniel Walzenbach" <> schrieb im Newsbeitrag news:%...
Thank you CONSULTANT! Are you sure it's only #4 that's true?

Regards
Daniel

"Consultant" <> schrieb im Newsbeitrag news:...
4

"Daniel Walzenbach" <> wrote in message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
hello
Guest
Posts: n/a
 
      11-25-2003
I think you're right. The answer given to you is probably wrong.

"Daniel Walzenbach" <> wrote in message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

 
Reply With Quote
 
|{evin
Guest
Posts: n/a
 
      11-26-2003
>This is a multi-part message in MIME format.
>
>------=_NextPart_000_0332_01C3B362.17164C10
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable


wtf is this mess all about?

 
Reply With Quote
 
Daniel Joskovski
Guest
Posts: n/a
 
      11-26-2003
Change the web.config and see the answer

Regards,
Daniel

"Daniel Walzenbach" <> wrote in
message news:...
Hi,



Does anybody know the answer to this question:



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.)



(1) Current users will be given a five-minute warning before the Web
application is restarted.



(2) State data stored in the Application object will be maintained.



(3) State data stored in the Session object will be lost.



(4) The Web application will be restarted and the configuration file will be
read immediately.



(5) Current users will be immediately disconnected from the application.



I thought it must be

(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

(5) FALSE



but it is not. Does anybody know the right answer?



Thank you a lot!


Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email
address.


 
Reply With Quote
 
Consultant
Guest
Posts: n/a
 
      11-26-2003
huh?
the fool posted in html, lol

"|{evin" <> wrote in message
news:...
> >This is a multi-part message in MIME format.
> >
> >------=_NextPart_000_0332_01C3B362.17164C10
> >Content-Type: text/plain;
> > charset="iso-8859-1"
> >Content-Transfer-Encoding: quoted-printable

>
> wtf is this mess all about?
>



 
Reply With Quote
 
Ramon
Guest
Posts: n/a
 
      11-26-2003
Hi Daniel:

These options are correct:
(1) FALSE

(2) FALSE

(3) RIGHT

(4) RIGHT

I wasn't sure of (2) and (3) and I tried both and in
fact Application and Session data were lost.

So I guess if there is any of your responses wrong it
should be (5), but I left the discussion open to (5) as I
don't understand the scope of that statement very well.

Ramon


>-----Original Message-----
>Hi,
>
>
>
>Does anybody know the answer to this question:
>
>
>
>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.)
>
>
>
>(1) Current users will be given a five-minute warning

before the Web application is restarted.
>
>
>
>(2) State data stored in the Application object will be

maintained.
>
>
>
>(3) State data stored in the Session object will be lost.
>
>
>
>(4) The Web application will be restarted and the

configuration file will be read immediately.
>
>
>
>(5) Current users will be immediately disconnected from

the application.
>
>
>
>I thought it must be
>
>(1) FALSE
>
>(2) FALSE
>
>(3) RIGHT
>
>(4) RIGHT
>
>(5) FALSE
>
>
>
>but it is not. Does anybody know the right answer?
>
>
>
>Thank you a lot!
>
>
>Best regards
>
> Daniel Walzenbach
>
>P.S. If you need to contact me simply remove ".NOSPAM"

from my email address.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NZ Daylight Savings change impact Jim.Seedlenissip@gmail.com NZ Computing 19 09-03-2007 04:46 AM
Standard for change impact analysis? someone Java 0 03-03-2004 06:21 AM
need to know the impact of a change in Web.config. THANK YOU!!! Daniel Walzenbach MCSD 29 11-28-2003 01:49 AM
Thank You CJ, Thank Mike! mytho Computer Support 7 11-23-2003 06:50 AM
Thank You CJ, Thank Mike! mytho Computer Support 0 11-22-2003 01:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57