I'm encountering problems in my ASP page. This is a login page which checks the user's credentials to the database before it allows access to the main page. I created a debugger page to find out what's the error details and this is the error message:
Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
That's the error message I' m encountering on the web server when I'm loging in to the site. The weird thing here is when testing the page locally on my machine (desktop) everything works fine (even with IIS and MSSQL server). I'm also using the same connection string when deploying and testing the page.
Please help, any suggestions or comments will be greatly accepted.
Thanks, Nhoyti