View Single Post
  #7 (permalink)  
Old 14-08-2007, 17:29
flesso's Avatar
flesso flesso is offline
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,438
Default

Quote:
Originally Posted by prash View Post
Hi rock
here is my connection string, which seems to be errorneous. Please correct and oblige.
Thanking you
prashant

connectionString="Data Source=87.117.238.85\SQLEXPRESS;Network Library=DBMSSOCN;Initial Catalog=xxxx_xxxx;User ID=xxxx_admin;Password=xxxxx;"/>
Where are you adding this? By the look of the ending it looks as if it's in the web.config file. If it's in the web.config file it should be the following:

PHP Code:
 <add key="ConnectionString" value="Provider=sqloledb;Data Source=vaiolaptop\VSdotNET;Initial Catalog=example;User Id=example;Password=xxxx;" /> 
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

LDN GIGS - Gig Listings for London

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.

I don't bite, honest.
Reply With Quote