Please clarify.
+2
A:
The Context.User is the IPrincipal of the user under which the current process on the machine is running. The MembershipUser is an application-level user that you have authenticated somehow. Those two things can be the same (impersonation) or they can be different (running under a service account and authenticating users from a database for example). By default, they are different.
JP Alioto
2009-06-01 04:48:28
clean answer. nice!
cottsak
2009-06-01 05:20:01