Invalid authorization specification error with Classic ASP accessing MSSQL DB

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-05-13T06:04:46Z Indexed on 2010/05/13 6:14 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

Hi,

I am getting the following error: Invalid authorization specification

I've narrowed down the error to my connection string. I have verified the server name, database, user & password are correct. Here is the string:

"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've scoured the internet for a solution!

© Stack Overflow or respective owner

Related posts about asp

Related posts about mssql