well, not really I just gave it a try and got this:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x9dc Thread 0xa60 DBC 0x20b0064 Jet'.
/wkp/common.inc, line 91
which on webwiz help states that it is most likely an error in the database location, IE:
This error can happen for a number of reasons the main reason being if the path to the database is incorrect.
You need to check that the path to the database is correct (You must use the physical path on the server to the database and not a virtual path).
The error is also quite common if the permissions on the server are incorrect. Check that IIS has sufficient permissions to access the registry and that the correct permissions, read and write, are set on the directory containing the database and the database itself, for the IUSR account.
I have checked the permissions and the iusr account has access rights to the dir and the file.
Thanks for the reply tho