One idea is to add the username and password into the strConnString to make it look like
strConnString = "DSN_NAME; Username=User; Password=password; '## DSN
This would force the DSN to use the account that is listed.
quote:
Originally posted by Lweast
The ODBC was set up with SQL Server Authentication.
IIS5 set up using NT basic Authentication.