In asp.net, you can set up a DSNless connection by using the server.mappath method...
ie.
DSN= DSN & Server.MapPath("data\rio.mdb")
In vb.net, I can't seem to find a simple way to get the root path of the application.
I've tried application.startupPath, but I get the "/bin" directory, not...