Built-in and custom implementations of ASP.
Well i have a big problem that i'm trying for days to solve but i could not do it, so …
asp.net sql-server-2008 asp.net-membership membership-provider roleproviderGot the following ProviderException : The Role Manager feature has not been enabled. So far so good. Is there somewhere a …
c# asp.net roleproviderI'm creating a custom role provider and I set a Authorize attribute specifying a role in my controller and it's …
asp.net-mvc asp.net-membership roleproviderI'm building a MVC4 application for internal use in a corporate enviroment. I use windows authentication, which works fine, but …
asp.net-mvc-4 web-config authorization roleproviderUnfortunately, all the examples for Forms Authentication Code Behind w/ Custom Role and Membership Providers I find online are written …
c# asp.net forms-authentication membership-provider roleproviderI have created a custom role provider for my MVC4 application where I have been successfully able to override CreateRole, …
asp.net-mvc-4 authorization roleprovider isinroleI am creating an MVC application with forms auth. I am authenticating against active directory and so have created a …
asp.net-mvc asp.net-mvc-3 web-config roleproviderIn MVC4 I enabled <authentication mode="Windows"/> in the web.config and created a custom role provider which …
authentication roleprovider asp.net-mvc-5 windows-identity owinI need to inherit from a basic abstract class. I want to override only one method. But Visual Studio oblige …
c# inheritance abstract-class roleproviderI'm trying to get authorization working on asp.net mvc4, so I try to use WebSecurity. WebSecurity.InitializeDatabaseConnection("tradefairindia", "Users", "…
asp.net-mvc-4 roleprovider