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
3.spelling mistake (spelled if as id)
8.If without end if
5.Copied a function but forgot to change the return to the new name
4.Not copying the fix to the right directory
2.dim x as integer (as integer not allowed)
10.Global variable changed in subroutine caused side effect, dim var in sub or function
1.If statement missing a then
9.for without next
7.Mising " - ex. <!-- #include file="anyfile.asp -->