ASPNETDB Database

Table: aspnet_SchemaVersions

Description

Used to track the versions of schemas required by ASP.NET features.

Columns

Name  Type  Description 
Feature  nvarchar(128)  Name of the application feature
CompatibleSchemaVersion  nvarchar(128)  Schema version required for compatibility
IsCurrentVersion  bit  1=Current version, 0=Not current version


ASP.NET 2.0 Provider Database