ASPNETDB Database

Table: aspnet_Paths

Description

Used by the SQL Personalization Provider to store the path for which Web Parts personalization state has been saved.

Columns

Name  Type  Description 
ApplicationId  uniqueidentifier  Application ID
PathId  uniqueidentifier  Path ID
Path  nvarchar(256)  Path name
LoweredPath  nvarchar(256)  Path name (lowercase)

Relationships

Primary Table  Primary Key  Foreign Table  Foreign Key 
aspnet_Applications  ApplicationId  aspnet_Paths  ApplicationId 
aspnet_Paths  PathId  aspnet_PersonalizationAllUsers  PathId 
aspnet_Paths  PathId  aspnet_PersonalizationPerUser  PathId 


ASP.NET 2.0 Provider Database