View Single Post
  #2 (permalink)  
Old 08-17-2007, 07:05 AM
administrator administrator is offline
Administrator
 
Join Date: Mar 2007
Posts: 20
Default

Usually this occurs when one of the following occurs
  1. The SQL database referenced by the connection string does not exist
  2. The login referenced in the connection string is using an invalid password, doesn't have access to the database, or is simply invalid or disabled
  3. Your connection string is otherwise malformed.
Reply With Quote