I’m trying to connect to my local Navision database via ASP using c/odbc. I have Navision 2.6A, IIS 5.0 and Windows 2000 Professionañ. This is the code: Set objConn = Server.CreateObject(“ADODB.Connection”) dsn = “DRIVER={C/ODBC 32 bit};” dsn = dsn & “UID=user;” dsn = dsn & “PWD=pwd;” dsn = dsn & “PPath=H:\fin;” dsn = dsn & “Database=H:\fin\Vitelsa.fdb;” dsn = dsn & “CN=VITELSA;” dsn = dsn & “IT=a-z,A-Z,0-9,_;” objConn.Open dsn When I try to access the page, it is showing ISAM error. The same connection string works fine in vb. Does anybody have any ideas what could be wrong ? Thanks, Silvia.
You might want to check IUSR permissions