When supplied with a username that already exists, does ProfileBase.Create return the ProfileBase associated with the existing user (and if the username does not exisit, creates a new user and returns the new user)?
Apologies for the trivial question, but MSDN documentation really is of little help.
Here’s the code for
ProfileBase.Create():Looks like it always returns a new instance of ProfileBase.