Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear All

while assigning Roles to the User I am getting the following error


The Role Manager feature has not been enabled.

please advise me how to fix it

what will be the code of inside the web.config file

XML
<roleManager>



     <providers>
       <clear/>
     </providers>
   </roleManager>
Posted

1 solution

You should look at this article.

ASP.NET Membership and Role Provider[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900