View Single Post
  #16 (permalink)  
Old 14-10-2007, 19:05
Paul Image-Machine Paul Image-Machine is offline
Junior Member
 
Join Date: Oct 2007
Posts: 17
Default Ok, I've read this thread over and over, and I'm still too stupid...

My connection string is:

Data Source=91.186.30.8:8443\SQLEXPRESS;Initial Catalog=DivineDB;User Id=sa;Password=#password#;Persist Security Info=True;"
providerName="System.Data.SqlClient" />

but I get (having enabled debug mode):

"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Server Network Interfaces, error: 25 - Connection string is not valid)"

Which I guess means that I've got it wrong

The page I'm working on is: http://image-machine.com/content/gue...guestbook.aspx

Any clues, please?
Reply With Quote