|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Role based securityHi
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 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 > > 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 >> >> > > 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. 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. >
Other interesting topics
Exceptions kill Sessions?
total newbie question about Listbox.selectedindex Call WebService using HTTPWebRequest object Problems with IIS 5.1 & Oracle9i Store temporary data? ImageMap Coordinate Question Scalable web architecture with ASP.NET 2.0 asp treeview Publish website problem in ASP.NET 2.0 / VS 2005 feedback on open source cms |
|||||||||||||||||||||||