Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is possible define different profiles a the same time? I have two type of users in my web site and they have different properties. Using asp.net profile is possible to define two or more profiles with distinct properties?

share|improve this question

1 Answer

If you have different types of users in your app, you probably want to look at ASP.NET Roles.

share|improve this answer
Yes roles are like "user types". But the question is a bit different. If I would have two roles "a" and "b", is it possible to assign different properties to each role using the built in asp.net profile provider? For example, users in role "a" have the "CreditCardNumber" custom property and users in role "b" have the "CellPhoneNumber" property. Follow that users in role "a" haven't the "CellPhoneNumber" property and users in role "b" haven't the "CreditCardNumber". Hope it is clear. :) – gricceri Jun 19 '10 at 17:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.