iis 7 - ODBC connection not working on iis -
i have local server hosting web script on iis7. script extracts data companies cloud based servers. created test windows forms application connect database using dsn , works flawlessly. however, when use same connection string on web script, gives me error:
"faultstring=server unable process request. ---> error[im002][microsoft][odbc driver manager] data source not found , no default driver specified"
here connection string:
connectionstring="dsn=adminservicespmtest; uid=username; pwd=password;" i'm assuming may permission related since can connect windows forms app, i've tried can think of i'm out of ideas. suggestions?
Comments
Post a Comment