best way to set up permissions for specific page access

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
 
S

Steve C. Orr [MVP, MCSD]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top