grazie ho messo il file in un unica cartella ma mi dice:

Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly.

/public/forum/inc_func_common.asp, line 643

alla riga 643 trovo

cpoll = Request.Cookies(strCookieURL & "poll")("" & Topic_ID & "")
if instr(cpoll, Topic_ID) > 0 then
GetVote = true
qualcuno sa dirmi cosa fare?