I have read and implemented this SO post on the subject but it is not working. It is Forms Based Authentication. Do I have to implement Membership/Roles? If so, how? The following is not working in the sense is that all users still can get to SavAdmin folder.
<location path="~/SavAdmin">
<system.web>
<authorization>
<allow roles="Savitas Admin"/>
<deny users="?" />
</authorization>
What happened to the Web Site Administration Tool in Visual Studio 2013 to create Roles, etc?