Description
Used by ASP.NET features to provide an application scope for data.
Columns
| Name |
Type |
Description |
| ApplicationName |
nvarchar(256) |
Application name
|
| LoweredApplicationName |
nvarchar(256) |
Application name (lowercase)
|
| ApplicationId |
uniqueidentifier |
Application ID
|
| Description |
nvarchar(256) |
Application description
|
Relationships
| Primary Table |
Primary Key |
Foreign Table |
Foreign Key |
| aspnet_Applications |
ApplicationId |
aspnet_Users |
ApplicationId |
| aspnet_Applications |
ApplicationId |
aspnet_Membership |
ApplicationId |
| aspnet_Applications |
ApplicationId |
aspnet_Roles |
ApplicationId |
| aspnet_Applications |
ApplicationId |
aspnet_Paths |
ApplicationId |
ASP.NET 2.0 Provider Database