It had to be in the data source string. So, after reviewing it, I realized that the instance name was not represented properly.
Wrong: Data Source=SERVER/INSTANCE
Right: Data Source=SERVER\\INSTANCE
Hey, what's a back slash between friends?
Bill
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
This doesn't make much sense. It is a 2K server and name pipes are the active protocol and there is no limit set on connections. Also, how could I deploy the database, but not be able to access it?
Interesting!Bill