Hi, I'm using the SqlRoleProvider in an intranet application where authentication is done using Windows Auth. When a user arrives at the application for the first time they are granted a default set of roles using Roles.AddUserToRoles() This adds a record for the user in the aspnet_Users table and...