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

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