Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conection string
Message
From
13/11/2008 09:42:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/11/2008 02:25:30
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361574
Message ID:
01361640
Views:
13
>I cannot connect with this connection string using Visual Web developer express edition.
>It's a MSSQL database from my hosting cie
>I received error 26 error locating server/INSTANCE SPECIFIED at data objet(422,6)
>
>I tried both server name mssqlhost\sqlexpress or mssqlhost without succes
>
>Thanks for all
>
>connectionString ="Server=mssqlhost\sqlexpress;uid=u70594835;pwd=148684;database=d60532942"
>
>Server MSSQLHOST
>
>Database Named 60532942
>
>Username u70594835 (read only)
>
>Password148684

Try:

connectionString ="Server=localhost\sqlexpress;uid=u70594835;pwd=148684;database=d60532942"

and be sure it allows remote connections.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform