I need to provide a simple "GuestBook" for a client BUT they are very concerned over abuse of the public facing web form (SQL injection etc)
I have scripted a demo guestbook http://www.stormtrack.co.uk/Pages/guestbook.aspx
I am using ASP validation controls, SQL2005 stored procedures as well as a final "post comment live" Maintenance page for the client (you don’t have access to this)
Have I got all bases covered - or is there anything else I need to consider??
I have scripted a demo guestbook http://www.stormtrack.co.uk/Pages/guestbook.aspx
I am using ASP validation controls, SQL2005 stored procedures as well as a final "post comment live" Maintenance page for the client (you don’t have access to this)
Have I got all bases covered - or is there anything else I need to consider??
Comment