Tagged Questions

11
votes
4answers
2k views

ASP.NET Membership: how to assign Profile values?

I don't know what I am missing, but I added Profile properties in the Web.config file but cannot access Profile.Item in the code or create a new profile.
9
votes
5answers
3k views

ASP.NET Application to authenticate to Active Directory or SQL via Windows Authentication or Forms Authentication

I am in the process of writing an application that will need multiple forms of authentication. The application will need to support authentication to Active Directory, but be able to fail back to a …
8
votes
8answers
427 views

Which authentication and authorization schemes are you using - and why?

We're beginning to design a whole bunch of new services to create (WCF, ADO.NET Data Services, possibly in the cloud at some point) and one question that pops up is what authentication and …
7
votes
8answers
284 views

.Net Membership in nTier App

Lets say I have an ASP.Net MVC App and this app (UI) references a Business Logic Layer (BLL) and the BLL references my Data Access Layer (DAL). I am utilizing a Custom Membership and Role provider …
7
votes
3answers
637 views

How to implement ASP.NET membership provider in my domain model

In a website, I need to integrate membership and authentication. So I want to use the functionality of ASP.NET Membership, but I have other custom stuff, that a "user" has to do. So I am sitting …
7
votes
2answers
953 views

How should I implement user membership in my ASP.NET MVC site?

I'm creating an ASP.NET MVC site and I need to implement login and membership functionality. Is this something where I roll my own? I already have a members table in my database, should I create a …
6
votes
2answers
439 views

Relationship between MembershipUser and IPrincipal object

Hello, I assume MembershipUser object and object implementing IPrincipal interface are “connected” in a sense that when certain information in one of the objects changes, the other object is also …
6
votes
3answers
445 views

Best Practice ASP.NET Membership: User tables in the same datastore?

Is it better to extend my business database with the tables of the ASP.NET Membership Security model. Or should I have a different datastore where I only manage Identities and Roles... Basically 1 or …
5
votes
4answers
230 views

Mocking Membership

I'm writing a custom Profile provider, but I still intend to use the default AspNetSqlMembershipProvider as my Membership provider. My GetAllProfiles() method in my Profile provider looks like this: …
5
votes
1answer
459 views

How do you handle Membership/Roles when using NHibernate?

I'm about to kick off a new project using NHibernate and ASP.Net MVC and have come upon the question of membership. I'm wondering if I should use a 3rd party NHibernate Membership/Role provider, …
5
votes
4answers
309 views

Anyone uses ASP .NET Membership?

Was wandering if anyone uses ASP .NET membership? If you do, tell me what you think about it. If you don't use it, Are you planning to use it on future projects? If not, why? RWendi
5
votes
3answers
383 views

New site creation and security/authentication,- should I use ASP.net Membership Provider?

There seem to many ways to skin this particular cat - but which is the best and easiest to implement. It would seem that the ASP.net Membership Provider is the one that will save more time, so my …
5
votes
3answers
597 views

Can I use OpenId with the ASP MembershipProvider?

I have a ASP.Net 2.0 website that is currently using a custom MembershipProvider and the standard login control. I would like to replace the login control with the one from DotNetOpenId. I override …
4
votes
3answers
269 views

How to do Membership in Asp.net MVC?

Hi I want to do membership in asp.net mvc. I am not talking about the one that comes with a asp.net mvc project. I am talking about a database that I have my own custom tables and the aspnet.db …
4
votes
2answers
191 views

Associating extra information with ASP.NET MVC Membership

I am not sure if I should do this any different with MVC, but I am curious what is the recommended approach for adding extra info to a ASP.NET User account when using the Membership provider? Also how …

1 2 3 4 5 28 next
15 30 50 per page