I'm using forms authentication for my web application which allows certain roles accesses to specific areas. My issue is if I add a user and don't assign the user a role, they can access secured areas from the address bar once they are logged in. Anyone have an idead what I'm missing in my web config?
...
Go to the complete details ...