ProfileBase::Create Method (String, Boolean)
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.
Assembly: System.Web (in System.Web.dll)
Parameters
- username
- Type: System::String
The name of the user to create a profile for.
- isAuthenticated
- Type: System::Boolean
true to indicate the user is authenticated; false to indicate the user is anonymous.
Return Value
Type: System.Web.Profile::ProfileBaseA ProfileBase object that represents the profile for the specified user.
| Exception | Condition |
|---|---|
| System.Configuration.Provider::ProviderException | The enabled attribute of the profile section of the Web.config file is false. |
| HttpException | The current hosting permission level is less than Medium. |
| System.Configuration::ConfigurationErrorsException | A property type specified in the profile section of the Web.config file could not be created. -or- The allowAnonymous attribute for a property in the profile section of the Web.config file is set to true and the enabled attribute of the <anonymousIdentification> element is set to false. -or- The serializeAs attribute for a property in the profile section of the Web.config file is set to Binary and the IsSerializable property of the specified type returns false. -or- The name of a provider specified using the provider attribute of a profile property could not be found in the Providers collection. -or- The type specified for a profile property could not be found. -or- A profile property was specified with a name that matches a property name on the base class specified in the inherits attribute of the profile section. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.