Hi,
How we will check the user credentials, if user enters the URL in the browser, then how it will check this user has permissions or not to access this particular link.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 9, 2009, 10:47 PM
All the username Password Data are Stored in ASPnetDb.mdf by default in asp.net 2.0
and Asp.net Includes all Methods to manipulate Users In Membership Class of Asp.net .
.You can also Restrict Particular Category Users to Access Path
by Defining Roles to them.
and Configuring Web.Config :)
Roei BarPosted Oct 9, 2009, 5:46 PM