Ok. Thanks for the reply.
I'm getting the following error:
"
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 Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
"
We're running SQL Server 8. I've seen in previous posts that you said that the connection string is probably incorrect. Here is the format I'm using that's throwing the error.:
"Data Source=[server];Initial Catalog=[DB];User ID=[userid];Password=[password]";
"server=[server];database=[database];uid=[userid];pwd=[password]"
Without this custom code in global.asax the chat works fine. Here is the connection string in web.config that works:
"server=[server];database=[database];uid=[userid];pwd=[password]"
How does that look? Any ideas what's throwing this error?
Thanks again.