Search code examples
authenticationasp.net-membershipauthorizationroles

How to implement Authentication and Authorization in Asp.Net 4.0?


Could any one suggest me the best sites to learn Authentication and Authorization Roles with some sample code ?Because am the beginner to security system in asp.net.


Solution

  • Tutorials here are very informative and in detail with sample code.

    http://www.asp.net/web-forms/security (including videos)

    https://web.archive.org/web/20211020202857/http://www.4guysfromrolla.com/articles/120705-1.aspx

    There aren't any major changes in 4.0 in terms of authorization and authentication. So any tutorial with 2.0+ should be fine.