Hej! Löste du detta ?Problem med DB koppling SQL SERVER EXPRESS
Bygger en hemsida i VS 2010 och SQL Express 2008.
Jag anvnder mig av Web.conig för att hantera DB anslutningen enl följande:
<code>
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\bookingdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
</connectionStrings>
</code>
Sedan för jag över filerna till webservern som har en SQL SERVER EXPRESS 2005 och får problem enl följande:
<code>
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow
remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
</code>
Har varit inne på connectionstring för att hitta andra alternativ.
Har tidigare kör hemsidor på denna xpressserver men aldrig en MDF version.
Är det någon som har några tipps! Vad jag kan förstå så hittar den inte SQL Server eller så får den ingen koppling alls!
/TyronneSv: Problem med DB koppling SQL SERVER EXPRESS
Jag har liknande problem att ansluta till en SQL Compact 3.5