I have a app created using VS 2005 with SQL 2005. I upgrade to VS 2008 but didn't deploy because there were no changes requested. I got a request last week and made the changes. On my development machine everything worked fine. I did the release of all the pages and the .dlls so all the upgraded code was there. Now the user can log in and get to a reporting section but when they go to export the report into excel we get this error
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
It seems to error using the same connection that the user used to get into the app so I don't know why now its being denied. I'm using adodb.dll to connect this time.
Thank you for any help. Let me know if I didn't put enough information.