ASPNETDB Database

Table: aspnet_PersonalizationPerUser

Description

Used by the SQL Personalization Provider to store per-user personalization data.

Columns

Name  Type  Description 
Id  uniqueidentifier  ID of this record
PathId  uniqueidentifier  ID of the virtual path to which this state pertains
UserId  uniqueidentifier  ID of the user to which this state pertains
PageSettings  image  Serialized personalization state
LastUpdatedDate  datetime  Date and time state was saved

Relationships

Primary Table  Primary Key  Foreign Table  Foreign Key 
aspnet_Paths  PathId  aspnet_PersonalizationPerUser  PathId 
aspnet_Users  UserId  aspnet_PersonalizationPerUser  UserId 


ASP.NET 2.0 Provider Database