views:

48

answers:

1

how to implement our own role provider?

+1  A: 

The same way you would in an ASP.NET application - by deriving from the RoleProvider class.

Darin Dimitrov