SIGN UP MEMBER LOGIN:    
Blog

ASP.NET Authorization

Posted by Manish Tewatia Blogs | ASP.NET using VB.NET Aug 13, 2010
In this I describe two types of authorization services.

ASP.NET offers two types of authorization services: file authorization and URL authorization. File authorization determines which access control lists are consulted based on both the HTTP method being used and the identity making the request. URL authorization is a logical mapping between pieces of the Uniform Resource Identifier namespace and various users or roles.

share this blog :
post comment