Forum Moderators: open
did this [hacker] put something in my code (site)? or is it a matter of my hosting company server security? i called them and they said they will recover the site by backup but how can i prevent this from happening?
p.s i dont know much about asp.
thanks
[edited by: phranque at 2:33 am (utc) on Jan. 29, 2008]
[edit reason] filter tripped [/edit]
Check the SQL syntax in your ASP pages. The best would be to convert any SQL statements to stored procs so that hackers cannot introduce further SQL statements to compromise security.
Hope this helps