Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous.
A System.Web.Profile.ProfileBase object that represents the profile for the specified user.
The ProfileBase.Create(string, bool) method creates and initializes a new profile instance and is useful for applications that use a custom profile object or manage user profiles in a non-ASP.NET environment.
This overload of the ProfileBase.Create(string, bool) method can be used to create a profile for an authenticated user or an anonymous user.