Page loads ok but if I refresh it I get the following error:
Provider (0x80004005)
Unspecified error
The error is in the conn.open line
set Conn = Server.CreateObject("ADODB.Connection")

Conn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & server.MapPath("\abc\abc.mdb"))
WHY?


access 97 db
running on IIS on XP



Thanks