ASPNETDB Database

Table: aspnet_PersonalizationAllUsers

Description

Used by the SQL Personalization Provider to store shared personalization data.

Columns

Name  Type  Description 
PathId  uniqueidentifier  ID of the virtual path 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_PersonalizationAllUsers  PathId 


ASP.NET 2.0 Provider Database