I believe your connection string is not correct, the one you have is the OLE connection NOT ODBC, try this,
string connectionstring=@"Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\InetPub\wwwroot\IS_Italy_2003\IS.m db";
If you have the ODBC.Net online help avail type on index for "connectionstring"
Good luck
Kasie