I\'m writing a setup-application for our web app开发者_如何学Golication. One of the tasks is to setup the database for the built-in SqlRoleProvider. I\'ve got my script to create the database with the
I want开发者_Go百科 to create a shared control where i want to generate markup according to the role of logged in user. TO achieve this I need to call a method in Model class. Is this a right way to d
I am interacting with a third 开发者_如何学运维party httpmodule for authentication. I implemented my custom roleprovider to interact with that. However they use a CustomPrincipal instead of the expect