Open GoogleCodeExporter opened 8 years ago
You can use the ASP.NET configuration website to change roles.
Original comment by omaralzabir@gmail.com
on 22 Mar 2012 at 1:49
how do i find this - in iis (version 7), I dont have a ROLES option on the
website in IIS....where do i need to look? (NOTE: I dont want to do this from
the development environment - ultimately I need to do it on a deployed site).
Sorry - but Im a little confused at this point :)
Original comment by micha...@xtra.co.nz
on 22 Mar 2012 at 9:33
Hi Omar,
I think I have narrowed it down, we have converted the project to .net 4 and I think that IIS cannot display the roles manager when the app pool is .net4 ........bit of an issue.
I notice there is some excluded widgets in the solution for rolemanagement
(e.g. memberInRoleWidget.ascx, MemberManagerWidget.ascx,
RoleManagerWidget.ascx) - what is the history on these ...will they work ...why
where they excluded?
Original comment by micha...@xtra.co.nz
on 22 Mar 2012 at 11:50
I think the best way to do this is to create a page that renders list of users
from aspnet_membership (in paged manner) and allows you to select user and see
their roles from aspnet_Roles. You can put it inside the /Admin folder so that
only users with admin role can see.
Original comment by omaralzabir@gmail.com
on 23 Mar 2012 at 11:30
Original issue reported on code.google.com by
micha...@xtra.co.nz
on 22 Mar 2012 at 12:57