Home All Groups Group Topic Archive Search About
Author
12 Dec 2005 4:48 AM
John
Hi

I need to implement role based security for my app. If possible I would like
to use as many of the built-in controls login, create user etc. as possible.
I would also like to use SQL Server to store users/roles information. The
app will be hosted on a public web host.

My question is; Is there an easy to follow sample for the above requirement
which I can go through?

Thanks

Regards

Author
12 Dec 2005 5:43 AM
Patrick.O.Ige
John  will you be using asp.net 2.0 or 1.1?
Because if you will be using Asp.net 2.0 you have it available to you
already and that is less work for you:)
Hope that helps
Patrick

Show quoteHide quote
"John" <John@nospam.infovis.co.uk> wrote in message
news:e2XoOdt$FHA.1616@TK2MSFTNGP10.phx.gbl...
> Hi
>
> I need to implement role based security for my app. If possible I would
like
> to use as many of the built-in controls login, create user etc. as
possible.
> I would also like to use SQL Server to store users/roles information. The
> app will be hosted on a public web host.
>
> My question is; Is there an easy to follow sample for the above
requirement
> which I can go through?
>
> Thanks
>
> Regards
>
>
Author
12 Dec 2005 11:11 AM
John
asp.net 2.0

Thanks

Show quoteHide quote
"Patrick.O.Ige" <naijaco***@hotmail.com> wrote in message
news:eMhn97t$FHA.3804@TK2MSFTNGP14.phx.gbl...
> John  will you be using asp.net 2.0 or 1.1?
> Because if you will be using Asp.net 2.0 you have it available to you
> already and that is less work for you:)
> Hope that helps
> Patrick
>
> "John" <John@nospam.infovis.co.uk> wrote in message
> news:e2XoOdt$FHA.1616@TK2MSFTNGP10.phx.gbl...
>> Hi
>>
>> I need to implement role based security for my app. If possible I would
> like
>> to use as many of the built-in controls login, create user etc. as
> possible.
>> I would also like to use SQL Server to store users/roles information. The
>> app will be hosted on a public web host.
>>
>> My question is; Is there an easy to follow sample for the above
> requirement
>> which I can go through?
>>
>> Thanks
>>
>> Regards
>>
>>
>
>
Author
14 Dec 2005 4:32 PM
Dave Johnson
hello Patrick :)

well, i know about the asp.net 2.0 :) its done already with sql database
and everything set great and ready for integration with the DB.
unlucky i was asked to do a project in 1.1 and i am not very sure about
my options, whatz the best way to do it "i already checked
FormsAuthentication but i am not sure i my approach"

thanks alot

Sharing makes All the Difference

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Author
12 Dec 2005 6:54 PM
agapeton
Check out the .NET 2.0 Membership class.  If you are doing old school
development (non modern development as in not XHTML/CSS), you can use
the inappropriately table-heavy login controls.  There are articles for
these (already antiquated) controls as well as the (very clean and
precise) Membership class at MSDN.
Author
13 Dec 2005 3:32 AM
John
Is there a sample available for the membership class?

Thanks

Regards

<agape***@gmail.com> wrote in message
Show quoteHide quote
news:1134413661.732228.193720@g49g2000cwa.googlegroups.com...
> Check out the .NET 2.0 Membership class.  If you are doing old school
> development (non modern development as in not XHTML/CSS), you can use
> the inappropriately table-heavy login controls.  There are articles for
> these (already antiquated) controls as well as the (very clean and
> precise) Membership class at MSDN.
>