Calls initialization code when a System.Web.Profile.ProfileModule object is created.
This method is not intended to be called from application code.
An System.Web.HttpApplication is created when an ASP.NET application is started. The System.Web.HttpApplication calls the ProfileModule.Init(System.Web.HttpApplication) method when it creates the System.Web.Profile.ProfileModule for the application. The System.Web.Profile.ProfileModule is specified in the configuration for an application.