"Howard" <howdy0909@yahoo.com> wrote in message
news:%23Tn6PsxOGHA.456@TK2MSFTNGP15.phx.gbl...
: The "Send errors to browsers" property under ASP debugging settings should
: be turned off by default. Like in asp.net no debug info should be send to
: the browser unless it is explicitly turned on.
: This will prevent many attacks, such as sql injection.
Hi,
SQL Injection attacks occur because of vulnerabilities in the application
*not* becase error messages are sent to the client. If your application
isn't vulnerable, then it doesn't matter what messages get sent to the
client. If your application is vulnerable, you'll still get hacked no matter
whether you disguise your error messages or not.
But you are correct that, by default, detailed error message should not be
sent to remote clients by default.
Cheers
Ken
Posts: n/a