views:

52

answers:

0

Membership.ApplicationName is a static string.

My issue is that if i want to change this value to interogate the membership of another application on the same database, the change is permanent, meaning the Application Name for the current site has now globally changed to this value.

In a perfect world i could call Membership.GetUser($username, $ApplicationName), but such a function doesnt exist.

Can anyone offer any ideas?