hi

I have just started learning asp and i have made one small program that puts different stuff in an acces base. It worked fine, when i tried it on my comp using that virtual web server, but then when i upload it, i dont know how to write my connection string.

set Conn = server.createobject("ADODB.Connection")
conString = "Driver={Microsoft Access Driver (*.mdb)} <- dont know what else to write here

Conn.Open conString