ProfileModule::Personalize Event
Occurs before the user profile is created.
Assembly: System.Web (in System.Web.dll)
The Personalize event is raised during the HttpApplication::AcquireRequestState event. You can access the Personalize event of the ProfileModule class in the Global.asax file for your ASP.NET application using the Profile_Personalize global event as shown in the example for this topic.
You can use the Personalize event to specify a custom user profile. If the ProfileEventArgs::Profile property value specified for the ProfileEventHandler event handler for the Personalize event is set to a value that is not nullptr when the Personalize event ends, then the ProfileModule will use the specified value of the ProfileEventArgs::Profile property as the value of the Profile property of the current HttpContext.
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.