Hi I'm deploying my website and gets a: " 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) " message My website runs well on my computer and all, and I can connect to the database through the discountASP my little admin with the same user id and password, so I guessed it might be some entity framework thing: "connectionString="metadata=res://*/Models.StoreDB.csdl|res://*/Models.StoreDB.ssdl|res://*/Models.StoreDB.msl;provider=System.Data.SqlClient;provider connection string=" + my connection string help? thanks