The text of this article is not in this database — only its details are. Read it on the old site: ASP.NET Authentication and Authorization
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: ASP.NET Authentication and Authorization
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
kaleem shaikPosted Apr 8, 2021, 3:22 AM
Please update content, last update is 2010
Santosh Kumar SinghPosted Nov 5, 2019, 9:50 AM
Good topic. Thanks
janki chalisePosted Aug 22, 2014, 12:33 AM
so well explained
destar johnPosted Aug 21, 2011, 11:17 PM
why don't you give us project ?? I can't do like you So I want project please ....
Mahesh SajjaPosted Jun 9, 2011, 5:20 PM
the way of explanation with diagrams are really superb.
mark dineshPosted May 30, 2011, 6:27 AM
Step 4:- Setup authorization We also need to specify the authorization part. We need to insert the below snippet in the 'web.config' file stating that only 'Administrator' users will have access to 'Admin.aspx' pages. Suppose I have 5 roles. 2 roles have access for some pages. 1 roles have access for some pages.3 roles have access for some pages.In this case do I need to write in Web.Config for all the pages as specified below. <location path="Admin.aspx"> <system.web> <authorization> <allow roles="questpon-srize2\Administrator"/> <deny users="*"/> </authorization> </system.web> </location>
Nagesh KamblePosted Aug 19, 2010, 5:04 AM
The article is very comprehensive and neat... gr8 work...
kumar sPosted Aug 12, 2010, 9:19 AM
hello sir, i have some tips about the asp.net. how to learn in asp.net and sample program codings sir
Mike GoldPosted Aug 5, 2010, 8:29 AM
I love it. Great in depth article on Authentication. Great pictures and diagrams describing each step. Great attention to detail and great references. Good definition of terms. (Although I had to laugh when you talked about cracking base64 encoding).
Mahesh ChandPosted Aug 4, 2010, 11:49 AM
Nice, very detailed.