But at the client side, how can a adminstrator set its own previlage to adminsitrator.
To do that you may consider running the club web starter kit with one database. To do that, you need to run aspnet_regsql.exe and create membership tables in club database.
Once this has been achieved, you can create as many Roles as you want. And doing so, as an administrator you can add user to membership role as well.
I hope you have got my point. If you need any more assistance, please let us know.
Thank you very much for this solution. I was also trying to do the same as the other member but don't know where to start. But today, problem solved. Thanks!
stylish16
Member
13 Points
68 Posts
Club Web site - login problem
Feb 25, 2011 06:58 AM|LINK
Hello all members,
I am new to asp.net
I am new to this club web site.
As a administrator, I can add events on the site, upload photos.
as a programmer, i can mange role of user as adminstrator by making change through WSAT tool.
But at the client side, how can a adminstrator set its own previlage to adminsitrator.
Please help me in this.
Thanks in advance.
krisrajz
Participant
1845 Points
541 Posts
Re: Club Web site - login problem
Mar 01, 2011 08:50 AM|LINK
Admin should have default privileges loaded in a lookup table
Raj
Remember to click Mark as Answer on the post that helps to others.
sanjibsinha
Contributor
5014 Points
947 Posts
Re: Club Web site - login problem
Mar 07, 2011 11:05 AM|LINK
To do that you may consider running the club web starter kit with one database. To do that, you need to run aspnet_regsql.exe and create membership tables in club database.
Once this has been achieved, you can create as many Roles as you want. And doing so, as an administrator you can add user to membership role as well.
I hope you have got my point. If you need any more assistance, please let us know.
Best of luck.
12reach: asp.net meets php
patty2011
Member
2 Points
1 Post
Re: Club Web site - login problem
Jun 24, 2011 04:33 PM|LINK
Thank you very much for this solution. I was also trying to do the same as the other member but don't know where to start. But today, problem solved. Thanks!