basically, the database driver cannot find the database file.
either, it's not in this folder:
W:\webs\Hosted_Sites\
www.towelrails2go.com\database\
OR, it's not called:
towelrails2go.mdb
also, you had a space in the file path:
databa se\
I'm not sure if that was just an error on your post or in your application.
Either way, you should use Server.MapPath(VIRTUAL_PATH_TO_DATABASE) to avoid these errors
To fix this, start by looking at the
/www/products2.asp file on
line 41.