Author: gonuczko | Posted on: 8/15/2008 4:01:07 PM | Views : 846

Hi everyone,

I have a ASP.NET 2.0 application (vb) that is using windows authentication with a custom role provider. I'm having a problem with the role provider, whereas the role name is not being set/stored properly by our application. This causes my users problems when trying to use the site. I have the Roles defined in the web.config, and a RoleProvider proxy to a web service for the sake of segregating the security layer from the base application.

 
I'm hoping somebody can point me in the right direction in terms of what might be causing the problem. I've included some of the code (how it's being referenced on the webpage) as well as the role provider proxy class within the application. I don't think the Role Provider itself is the problem, however I can see the proxy causing problems.
 'Default Webpage
Go to the complete details ...