Hello

I am new to SQL Server 2005 database and I can't connect to the server on the web, it works only on localhost.

I am using ADO and the connection string looks like this

Driver={SQL Native Client};Server=ServerIP\SQLEXPRESS;Database=DatabaseName;Trusted_Connection=yes;

When trying to connect I get the following error:
[Microsoft][SQL Native Client]SQL Network Interfaces: Error Locating Server/Instance Specified[xFFFFFFFF].