How is the application scoped? Question from 70-547 exam prep. kit

How is the application scoped? Question from 70-547 exam prep. kit

am 03.01.2008 23:31:48 von maciek kanski

Hello

Please help me grasp the idea of the following question:

> You are a consultant developing an e-commerce Web site for a client.
> You need to decide which configuration attributes to store for the
> application. Which considerations should you take into account?

and the correct answer with explanation is:

> You would need to know whether your application was user, machine,
> domain, or session scoped.


Maybe it's a problem with my understanding of the english language,
however I'll appreciate in other words examples of
user|machine|domain|session scoped applications in the context of
storing configuration attributes for the (web) application.

Regards

Re: How is the application scoped? Question from 70-547 exam prep. kit

am 04.01.2008 02:38:08 von LVP

Just guessing,


user: each user can have their our attributes or preferences
like email accounts
machine: preferences for the entire machine regardless of user
logging onto the website ( cookie )
domain: based on domain, English, Italian
Session: storing info on session when session is over all reset

LVP


"maciek kanski" wrote in message
news:477d5764$0$26618$f69f905@mamut2.aster.pl...
> Hello
>
> Please help me grasp the idea of the following question:
>
> > You are a consultant developing an e-commerce Web site for a client.
> > You need to decide which configuration attributes to store for the
> > application. Which considerations should you take into account?
>
> and the correct answer with explanation is:
>
> > You would need to know whether your application was user, machine,
> > domain, or session scoped.
>
>
> Maybe it's a problem with my understanding of the english language,
> however I'll appreciate in other words examples of
> user|machine|domain|session scoped applications in the context of storing
> configuration attributes for the (web) application.
>
> Regards

Re: How is the application scoped? Question from 70-547 exam prep. kit

am 04.01.2008 02:46:49 von LVP

Web.config
Machine.config ( or Framwork.config )
Session ( in session )


"LVP" wrote in message
news:O8HE3JnTIHA.4740@TK2MSFTNGP02.phx.gbl...
> Just guessing,
>
>
> user: each user can have their our attributes or preferences
> like email accounts
> machine: preferences for the entire machine regardless of user
> logging onto the website ( cookie )
> domain: based on domain, English, Italian
> Session: storing info on session when session is over all reset
>
> LVP
>
>
> "maciek kanski" wrote in message
> news:477d5764$0$26618$f69f905@mamut2.aster.pl...
>> Hello
>>
>> Please help me grasp the idea of the following question:
>>
>> > You are a consultant developing an e-commerce Web site for a client.
>> > You need to decide which configuration attributes to store for the
>> > application. Which considerations should you take into account?
>>
>> and the correct answer with explanation is:
>>
>> > You would need to know whether your application was user, machine,
>> > domain, or session scoped.
>>
>>
>> Maybe it's a problem with my understanding of the english language,
>> however I'll appreciate in other words examples of
>> user|machine|domain|session scoped applications in the context of storing
>> configuration attributes for the (web) application.
>>
>> Regards
>
>