I had to go into Browser settings and disable the "Show friendly Error messages" and moved a step ahead. After fixing the error ".. characters are not allowed in Path parameter for the MapPath method, by going into IIS Manager and enabling parent path settings for ASP, I am now stuck with the error 80004005 error in the database connection string.
The connection string reads
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.Mappath("\..\database\kitchendiscounters.mdb")
What is the next step going forward. Any help will be great going forward.