User Authentication for .aspx pages
-
In my application I have two modules "Admin" and "User".Admin can access all pages while User is Restricted to few pages only. How can I do this and restrict user to go the "Admin Pages" by just copying the url. Please give me some help....any most relevent article on codeproject? I m just new in asp.net.
-
In my application I have two modules "Admin" and "User".Admin can access all pages while User is Restricted to few pages only. How can I do this and restrict user to go the "Admin Pages" by just copying the url. Please give me some help....any most relevent article on codeproject? I m just new in asp.net.
http://msdn.microsoft.com/en-us/library/ms998347.aspx[^] simple implementation of Membership in ASP.NET: http://altairiswebsecurity.codeplex.com/[^]
Petr Pechovic my latest articles: Web Page Loading in Steps - ASP.NET Solution[^] Buttons, Message Box and Confirm Box in ASP.NET 3.5[^]
-
In my application I have two modules "Admin" and "User".Admin can access all pages while User is Restricted to few pages only. How can I do this and restrict user to go the "Admin Pages" by just copying the url. Please give me some help....any most relevent article on codeproject? I m just new in asp.net.
View this article. --->