My development machine is XP pro and my server is running win 2k server.
My connection string looks like
server=ip address\database server name; database=name;user id="test";pwd="test";
The exception occurs when I try to open the connection.
Please help.
Thanks in advance.I am getting the following error and I do not understand.
Expected '=' delimiter while parsing connection value pair.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Expected '=' delimiter while parsing connection value pair.|||Check out the SQL Server connection strings athttp://www.connectionstrings.com/ and see if that helps.
Terri|||Thanks Terri. It helped. I was not using the Trusted_Connection=False statement.
No comments:
Post a Comment