By using t2do.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

T2Do.com

 


Common ASP Errors

6.Left out quote around an ip addres test if x = 123.222.3.1 then doesn'nt work need if x = "123.222.3.1" then
5.Copied a function but forgot to change the return to the new name
8.If without end if
4.Not copying the fix to the right directory
3.spelling mistake (spelled if as id)
7.Mising " - ex. <!-- #include file="anyfile.asp -->
10.Global variable changed in subroutine caused side effect, dim var in sub or function
2.dim x as integer (as integer not allowed)
9.for without next
1.If statement missing a then