B
brown
Is it possible to access the authenticated user data using the Membership
and MembershipUser classes from an asp.net 2.0 project that doesn't contain
the login controls?
For example, one project logs users in with the login controls. Another
project in a subfolder (so only accessable by authenticated users) uses
methods like Membership.GetUser("john"); Whenever I try this, it just
returns a null MembershipUser object. Am I just doing something wrong or is
this not possible because membership is somehow tied to a project?
and MembershipUser classes from an asp.net 2.0 project that doesn't contain
the login controls?
For example, one project logs users in with the login controls. Another
project in a subfolder (so only accessable by authenticated users) uses
methods like Membership.GetUser("john"); Whenever I try this, it just
returns a null MembershipUser object. Am I just doing something wrong or is
this not possible because membership is somehow tied to a project?