best way to set up permissions for specific page access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I am trying to setup an asp.net app and need to setup a log in permission setup
For exampl
link1-go to page1 allow all users
link2-get password and user id, if on specific list display page 2, if not display message like do not have permission
Anyhow just wondering if there is an example showing how to do this
Thanks Paul
 
Use Forms Authentication. It's sufficient for basic needs and can usually
be extended for more advanced needs.
Here's more info:
http://www.dotnetbips.com/displayarticle.aspx?id=9
http://www.4guysfromrolla.com/webtech/121901-1.2.shtml
http://www.dotnetbips.com/displayarticle.aspx?id=117

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com


Paul said:
Hi I am trying to setup an asp.net app and need to setup a log in permission setup.
For example
link1-go to page1 allow all users.
link2-get password and user id, if on specific list display page 2, if not
display message like do not have permission.
 
Back
Top