Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
7answers
2k views

Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider?

Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider when developing a site with membership capabilities? Or do many people make their own providers, or even their ...
2
votes
1answer
1k views

ASP.NET 3.5 IIS7 Roles Security Implementation

I'm working on a ASP.NET 3.5 application running on IIS7 (Server '08) using the stock MS Forms Authentication and SqlRolesProvider. (I used the aspnet_regsql tool to generate the tables). We have ...
1
vote
0answers
61 views

convert a portion of an application from forms authentication to windows authentication

I have been tasked with changing a piece of one of our web applications that currently uses forms authentication to windows authentication. Luckily the piece I need to change is all in a separate ...
0
votes
0answers
278 views

What do the ASP.NET Universal Providers enable that the default sql providers don't?

Inside the readme file of the ASP.NET Universal providers NuGet package is this quote The SqlMembershipProvider, SqlRoleProvider, SqlProfileProvider classes that shipped in ASP.NET through version ...
0
votes
0answers
76 views

Can ASP.Net RoleProvider be used with Entlib rules-based authorization?

Folks, The ASP.NET RoleProvider class can manage a store of roles and associated users. The Enterprise Library (Entlib) Security module can assign tasks to roles or users. (I'm not sure if roles=AD ...
0
votes
2answers
764 views

Advanced .NET Membership/Role Provider

I'm in need of a RoleProvider with the following functionality: Dynamic Assignment of Roles to Tasks Authentication / Authorizaiton of IPrincipals based on the dynamically allocated tasks in the ...
0
votes
2answers
212 views

ProviderException: InvalidCastException

Few of our clients are regularly getting invalid cast exception, with variations i.e. InvalidCastException / ProviderException, but both generating from method call: ...