Hello,
we have some webpages where we are getting this error message when we browse to the pages:
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][SQL Native Client][SQL Server]Login failed for user ''.
/includes/eclipseStandard.inc, line 136
now if I go into the file and look at the line it shows has the error it looks like this:getRs.ActiveConnection = "dsn=" & odbc
I checked the odbc connection on the web server and tested the connection. It tested successfully but the pages are not working. I don't have much experience with IIS and SQL but I'm the only IT support here so it falls to me. Any ideas why this line of code could be causing our web pages to not work?