sql express

Discussion in 'Databases' started by 0009851, Jan 8, 2011.

  1. i uploaded two websites on Winhost server using the puplish tool on vs2010
    both of them use sql express

    one them work with no problem the one has this error

    Server Error in '/' Application.
    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)

    what are the document and part of the website that is probably making the error
    sql server 2008 and sql server 2008 express edition are two different files ?
    if so then both the databases are build in sql server 2008 express edition since i use vs2010 and it uses sql 2008 express edition
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Because SQL Expres was never intended to be a server side database we cannot support it. You will need to restore your local database to our SQL 2008 server and code your connection string to look to that SQL server.
     

Share This Page