473,395 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Athourisation

Hi all,

I am making a project. This is project is having a number of types
of members. These members have different access to each page. E.g. at
any page a button will be visible to some peaple while invisible to
some ather peaple and this page will not open to some members.
Please let me know that how can I manage these restrictions through
database. Sample projects and resources are welcome.

Thanks in advance

Bansh Patel
Software Developer

Apr 3 '07 #1
1 955
The typical solution is to use Forms Authentication, which is built into
ASP.NET.
Here's more info:
http://www.dotnetbips.com/articles/2...a9f2cb897.aspx
http://www.dotnetbips.com/articles/8...dd25b308b.aspx

Combine that with the new login controls of ASP.NET 2.0 and you've got
pretty much everything you need with virtually no code required. Here's
more info on that:
http://SteveOrr.net/articles/SecureYourSite.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
<ba********@gmail.comwrote in message
news:11**********************@e65g2000hsc.googlegr oups.com...
Hi all,

I am making a project. This is project is having a number of types
of members. These members have different access to each page. E.g. at
any page a button will be visible to some peaple while invisible to
some ather peaple and this page will not open to some members.
Please let me know that how can I manage these restrictions through
database. Sample projects and resources are welcome.

Thanks in advance

Bansh Patel
Software Developer
Apr 3 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.