Hi,
I am trying to use IIS (local) on my pc to run an ASP site. Without a connection to the database, everything works fine, but when i include my db open and dbclose i get this error message:
Serverobject, ASP 0177 (0x8007007E)
8007007e ???
My connection is like this: Set Conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../database/mydatabase.mdb")
At my Host everything works perfect.
Any suggestions ?
Thank you in advance