i have written a perl script which accesses data in a db hosted by my systems odbc. when i run the script from the command prompt under my logon it runs perfectly, but when i execute it from iis under the iusr account i hear an error beep, and it just hangs. i have to assume it is because the iusr account doesnt have proper permissions to access the db. i have given read\write access to the db files themselves, as well as read access to all of the odbc's dll's. Does anyone know what other permissions the iusr account will need to be able to access the odbc? PLEASE!!!!