Posted on: 2/20/2014 11:17:21 AM | Views : 623

I've always found it so hard to get roles and authentication finally working! And now the ASP Configuration console was removed, to make things even harder.
I have an already working ASP.NET web app with C# and .NET framework 4. It was built in VS 2012, but now I'm using VS2013.
This is what I've done so far, and it's not working correctly:

1. In Web.config, inside the <system.web> tag I inserted this:
    <roleManager enabled="true" defaultProvider="simple">
Go to the complete details ...