Archives
-
Configure Forms based authentication in SharePoint 2010
-
WalkThrough: aspnet_regsql.exe in ASP.Net 4
ASP.Net has the built-in support for Membership. Using this, you can securely store and validate user credentials. By using Membership along with Roles and Profiles you can build powerful applications. ASP.Net has a set of classes that allows you to access the Membership and Roles functionality. You can get complete reference of these classes from the below link.
-
Create a Web Application in SharePoint 2010 using Claims Based authentication
SharePoint 2010 supports two types of authentication modes. Classic Mode and Claims based. Classic mode supports only windows authentication, where in case of Claims based authentication you can use any of the supported authentication methods such as windows authentication, forms based authentication (LDAP, SQL Server, custom) and SAML token based authentication.