Now all I have to do is figure out how to run the WebAdmin page locally on GoDaddy since they don't allow remote access to their databases.
did you solve this problem? I seem to have the same problem: I developed the website on my local computer using the administration tool to set up roles. I used the "createdUser" function to addUserToRole, and it works perfectly. I even implemented my own
provider (in web.config) - and all went well.
I set up a DB on godaddy and the membership functions work fine (it adds a user to the aspnet_users and aspnet_membership tables). But the addUserToRole call doesn't work. I added roles to aspnet_roles using their Querry Analyzer and calling the stored proceedure
that comes with the asp.net membership architecture and it placed the roles into the aspnet_roles table (I can tell by running a SELECT command from the QA and it returns the correct values). But the addUserToRole function still doesn't work.
I can, of course, add each user manually - the way I did with the roles table, but that doesn't seem right. I want users to register to my site and be able to use restricted pages WITHOUT administrative intervention.
Member
1 Points
18 Posts
Re: Can I change Personal web site starter kit to allow automatic role assignment as "Friend" to...
May 27, 2009 07:41 AM|relstlman|LINK
did you solve this problem? I seem to have the same problem: I developed the website on my local computer using the administration tool to set up roles. I used the "createdUser" function to addUserToRole, and it works perfectly. I even implemented my own provider (in web.config) - and all went well.
I set up a DB on godaddy and the membership functions work fine (it adds a user to the aspnet_users and aspnet_membership tables). But the addUserToRole call doesn't work. I added roles to aspnet_roles using their Querry Analyzer and calling the stored proceedure that comes with the asp.net membership architecture and it placed the roles into the aspnet_roles table (I can tell by running a SELECT command from the QA and it returns the correct values). But the addUserToRole function still doesn't work.
I can, of course, add each user manually - the way I did with the roles table, but that doesn't seem right. I want users to register to my site and be able to use restricted pages WITHOUT administrative intervention.
Does anyone know of a solution??
Thanx