Is possible define different profiles a the same time? I have two type of users in my web site and the开发者_C百科y have different properties. Using asp.net profile is possible to define two or more profiles with distinct properties?
If you have different types of users in your app, you probably want to look at ASP.NET Roles.
精彩评论