I'm working on that right now..... but I have removed most pages with SQL code in them to prevent the server from crashing so there should be no more sql queries being executed on my website at the moment....
I'm just trying to come to terms with how it figured out there was a new table there and then started altering the information in the tables within 30 minutes of me creaiting the table....
Main Topics
Browse All Topics





by: chapmandewPosted on 2008-05-16 at 05:57:20ID: 21582240
First step....take your inline SQL code out of ASP and put it into stored procedures. Also, do some sort of validation on what users are entering into text boxes on your site.