Connecting MSSQL DB to ASP.net Website with 1and1

RDM

RDM

Soldato
Joined
1 Feb 2007
Posts
20,612
Remind me never to buy webhosting from 1and1 again their support has been appalling!

Anyway was wondering if anyone has managed to connect an ASP.net website to an MSSQL database hosted on 1and1?

My connection string is below:

<add name="StringNameCS" connectionString="server=dbXXX.db.1and1.com; initial catalog=dbXXX; uid=dboXXX; pwd=XXX" providerName="System.Data.SqlClient" />

Which works fine when pointing towards my locally hosting database for development. When I upload it to 1and1 I get a Login failed for user 'dboXXX' error message. My code looks to be OK, but I may be missing something it needs on 1and1?
 
Back
Top Bottom