Invalid Authorization Specification Error Using Classic ASP to Access SQL Server
I am getting the following error: Invalid Authorization Specification
I have narrowed down the error to a connection string. I have verified that the server name, database, username and password are correct. Here is the line:
"Provider=SQLOLEDB;Server=xxxxx.db.12345.hostedresource.com;Database=foo;UID=fooUser;PWD=fooPW"
The SQL server is hosted on Godaddy, so I don't have access to its settings.
Please help, I tried internet for a solution!
+2
a source to share