Mega Code Archive

 
Categories / ASP.Net Tutorial / Authentication Authorization
 

Enables the SqlRoleProvider

The Role Manager is disabled by  default.  File: Web.Config <configuration>     <system.web>         <roleManager enabled="true" />         <authentication mode="Forms" />     </system.web> </configuration>