Hi,
I've just inherited a client site which was built in asp.net, however I'm not familiar with ASP.
I worked through the files, and figured out the fundementals, however I'm having a problem gett past the following error:
Microsoft JET Database Engine error '80004005'
'C:\Inetpub\vhosts\pceltd.ie\httpdocs\admin\sm_dbase\sm_dbase.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/sm_includes/functions.asp, line 71
The error seems fairly self expalnatory, however I don't understand why the path it's looking for is listed as above as the required folder with the databse in it is in the root folder, one level above.
Line 71 reads:
recordset_name.ActiveConnection = dbase_source
None of the file structure or file paths were changed from the backup that I received, so I can't understand why the string is looking for dbase_source and including the /admin/ folder.
I'm sorry that this is probably such a basic request, however if anyone has a recommendation as to how I can get around this, I would be grateful.
The site in question is http://www.pceltd.ie and the front end seems to be working fine (once I fgured out a few configuration issues), but the page showing the error is the backend Admin area that the client accesses as his CMS.
Thanks