Hi,
I have MVC 1.0 app developing with VS2008. Brave!
I have developer edition of SQL 2005 installed.
I ran the aspnet_regsql.exe to add membership schema to my DB.
When i try to register a user I get this error:
The user instance login flag is not supported on this version of SQL Server. The connection will be closed.
I have modified the machine.config to point to my server and db. Also added LocalSqlServer connection string to web.config same error.
Any ideas why this error is occurring??
Malcolm