How to restrict unlogged/unauthorized users from viewing web pages in ASP.NET

midnight_ashes

New Member
I have some created web forms and i need to check whether the user is authenticated or not before displaying the other web forms. All the users can access Default.aspx and About.aspx pages.And I have three types of users Admin,User and Super User. Also i keep the authentication details in my own sql server db. Please explain how can i do this.Thanx..!
 
Back
Top