Hi everybody, i tried the Starter Kit in a W7 With SQL STANDARD 2008 and SQL EXPRESS 2008, and it installs and runs fine, bur when i do the same in my VISTA with the same SQL database configuration (Standard and Express) when i run the web it's fails and
and raise and error: The marker logon
user instance is not compatible with this version of SQL Server. connection will be closed.
When i look in the event manager i see thar the error origin is my SQL Estandar Instance not the Express and obviously the ASP need to be start the Express Instance.
But i don't know how to do ASP start the Express instance.
limonero2
0 Points
2 Posts
problems with my SQL configuration
Feb 05, 2010 09:10 AM|LINK
Hi everybody, i tried the Starter Kit in a W7 With SQL STANDARD 2008 and SQL EXPRESS 2008, and it installs and runs fine, bur when i do the same in my VISTA with the same SQL database configuration (Standard and Express) when i run the web it's fails and and raise and error: The marker logon user instance is not compatible with this version of SQL Server. connection will be closed.
When i look in the event manager i see thar the error origin is my SQL Estandar Instance not the Express and obviously the ASP need to be start the Express Instance.
But i don't know how to do ASP start the Express instance.
the Web.config is
add name="ClubSiteDB" connectionString="Data Source=.\SQLExpress;Integrated Security=true;AttachDBFileName=|DataDirectory|Club.mdf;User Instance=True" providerName="System.Data.SqlClient"/>
Many Thanks everybody
SQl Express ASP.net