System.Web.Profile.ProfileModule Class

Manages the creation of the user profile and profile events. This class cannot be inherited.

See Also: ProfileModule Members

Syntax

public sealed class ProfileModule : System.Web.IHttpModule

Remarks

When the user profile is enabled, ASP.NET uses the System.Web.Profile.ProfileModule to create the user profile and store it in the System.Web.HttpContext.Profile property of the current System.Web.HttpContext.

The System.Web.Profile.ProfileModule exposes the following events you can handle to configure authentication in your application:

For information about enabling the user profile, see <profile> Element for <system.web>.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0