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?
|
feedback
|
|
If you have different types of users in your app, you probably want to look at ASP.NET Roles. | |||
feedback
|