Trying to install DotNetInvoice 2.3 with SQL Server 2000 - compiled a web application and when go to default.aspx page and enter in username/password - get the error below
The 'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
Checked online and made sure application name was specified in web.config and updated aspnet_schemaversions database - any help appreciated.