How to get Roles associated with a user from asp.net FormsAuthentication object? Other than IsInRole I don t see any methods useful in this respect. I am looking for something like GetRoles(). All I usee is User.IsInRole("rolename") and I need to loop through my roles to find my role of iterest. is there a way to get roles from Formsauthticket itself?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...