Yep... for example... anything that is tagged to go the the default.asp AS default.asp.. like the banner, or "Return to Forum" or a like logging in and out i get the error. But just going to forum/ works fine... and IF i get the error... and delete the 'default.asp' from the url... i get to the main page no prob.
Well... i am assuming that line 100is atleast PART of the problem... because thats the error i get... and that line mentions the poll...
hmm, don't see why that should cause an error. Do this for me. Put this code Response.Write strSql right before the my_Conn.Execute (strSql) code. Then try and reproduce the error again. Hopefully you would see the SQL statement being printed out along with the error. Copy and paste it here.