From: bobsss on
I am building an add user website. I have several asp scripts in this
website such as, query for username, create user, etc. Ideally I would like
to have users logon to the website, and have these scripts execute with
their individual security context. Can anyone point me in the right
direction, mabe some samples somewhere.

Thanks a bunch


From: "Jon Paal [MSMD]" Jon nospam Paal on
what do you mean by, "have these scripts execute with their individual security context."


From: Anthony Jones on
"bobsss" <q(a)a.com> wrote in message
news:%23qKfy47iIHA.5956(a)TK2MSFTNGP03.phx.gbl...
> I am building an add user website. I have several asp scripts in this
> website such as, query for username, create user, etc. Ideally I would
like
> to have users logon to the website, and have these scripts execute with
> their individual security context. Can anyone point me in the right
> direction, mabe some samples somewhere.
>


Sounds like you've got some design effort to put in. How would a user login
affect what they can do and see? How do you do you intend to specify what
they can do and see?

For example you may have many users all very similar that have identical
access then a few others who have more privledged acces. In which case a
role based model is indicated.

OTH, each user may be reponsible for building their own content and only
they have access to that content. In which case a simple userID against
resources would suffice.

IOW we need need to know much more about your reasons for having users logon
before we can provide help.

--
Anthony Jones - MVP ASP/ASP.NET


From: bobsss on
Thanks, I'll review my design.


"Anthony Jones" <Ant(a)yadayadayada.com> wrote in message
news:u0s71UGjIHA.2304(a)TK2MSFTNGP05.phx.gbl...
> "bobsss" <q(a)a.com> wrote in message
> news:%23qKfy47iIHA.5956(a)TK2MSFTNGP03.phx.gbl...
>> I am building an add user website. I have several asp scripts in this
>> website such as, query for username, create user, etc. Ideally I would
> like
>> to have users logon to the website, and have these scripts execute with
>> their individual security context. Can anyone point me in the right
>> direction, mabe some samples somewhere.
>>
>
>
> Sounds like you've got some design effort to put in. How would a user
> login
> affect what they can do and see? How do you do you intend to specify what
> they can do and see?
>
> For example you may have many users all very similar that have identical
> access then a few others who have more privledged acces. In which case a
> role based model is indicated.
>
> OTH, each user may be reponsible for building their own content and only
> they have access to that content. In which case a simple userID against
> resources would suffice.
>
> IOW we need need to know much more about your reasons for having users
> logon
> before we can provide help.
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>