HELP

  • Thread starter Thread starter Lucrefy
  • Start date Start date
L

Lucrefy

i had writen a programing that couldn't open SQL SERVER connection after it
had been transfered to Web Server.
and when it is in my computer which build it,it run in gear.(in same
connection strings)
why?

Thanks!!
 
could be a lots of reasons....
does the webserver have the same name for the db... same user name and same
password ?
plus are you using localhost. as you db server ?
check with the production server (or webhost)
they might have a lock on using netbios..so localhost wont do... you will
have to use IP or the database might not be on the same physical machine..

hth,
 
Back
Top