Hi,
I have read many posts and have tried many solutions to this problem.
Simply enough, I can assign a role to a user programically during development, but when I publish to the 'web', the system doesn’t work. I am useing VWD 2008 in VB.Net.
I have been using permutations of : Roles.AddUserTo Role("User.Name ", "User").
Roles work throughout the site (per page/directory). Is there something I am missing?
Thanks in advance
I have read many posts and have tried many solutions to this problem.
Simply enough, I can assign a role to a user programically during development, but when I publish to the 'web', the system doesn’t work. I am useing VWD 2008 in VB.Net.
I have been using permutations of : Roles.AddUserTo Role("User.Name ", "User").
Roles work throughout the site (per page/directory). Is there something I am missing?
Thanks in advance
Comment