|
|
Question : ASP IIS DSN/ODBC issues
|
|
I am trying to set up a simple application. A survey with a front end in ASP. The data are inserted into a SQL server via system DSN/ODBC on IIS identically set up on my local machine and on a remote server (VM ware) that we're using for the first time. Although the application works fine locally, I have the following error as a result:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ecru/surveys/africaRenewal/surveyonlineenglish.asp, line 113
Someone has an idea of what can possibly have occured?
Any assitance will be most welcome.
|
Answer : ASP IIS DSN/ODBC issues
|
|
Make sure you created a System DSN instead of a User DSN
|
|
|
|