Is there a place like ASP.NET Configuration, where you can see the profile info of the users, in ASP.NET MVC 3 ??
Asked
Active
Viewed 140 times
0
-
"profile info of the user" - Could explain it? what info – Rajeesh May 09 '12 at 13:46
-
I mean, additional info stored with the profile provider – Daniel Romero May 09 '12 at 14:31
1 Answers
0
There is nothing built in to MVC to see application or system users. You'll have to roll your own.
Also, be clear whether you mean application or system users. http://ayende.com/blog/121857/system-users-and-application-users

Thinking Sites
- 3,494
- 17
- 30