sui server 2003 l'include file non è consentito, teoricamente si deve vare il virtual include.
Io l'ho fatto ma ricevo errore:
però ricevo questo errore.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30035: Syntax error.
Source Error:
Line 24:
Line 25: <%
Line 26: Set cn=Server.CreateObject("ADODB.Connection")
Line 27: OpenStr = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("/" & CarDb &"/mydb.mdb")
Line 28: cn.Open openStr