Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page.
Documentation for this section has not yet been entered.
The ProfileManager.AutomaticSaveEnabled property indicates whether automatic saving of the user profile is enabled for the application. If automatic saving is enabled, the System.Web.Profile.ProfileModule object raises the ProfileModule.ProfileAutoSaving event and calls the ProfileBase.Save method during the System.Web.HttpApplication.EndRequest event at the end of the execution of an ASP.NET page.
The ProfileManager.AutomaticSaveEnabled property is set using the automaticSaveEnabled attribute of the profile element in the Web.config file for an ASP.NET application.