|
-
September 13th, 2005, 03:47 PM
#12
Actually, whoever is developing the site is a noob. The asp.net environment should be configured so that it shows friendly error messages only to anyone externally, the stack trace information and so on could easily be caught and emailed to an administrator or logged appropriately with people being notified. This is **** they teach you in the asp.net 101 type of class.
The configuration should be handled via web.config in the web root. The stack trace handling is easy enough to do via maybe 10 lines of code in the global.asax file.
These guys are failing basic web app security and should probably be pointed at owasp.org and msdn.com .
Their inability to do basic error handling and graceful failure is just letting people get their foot in the door and collect info about their web app.
"When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
"There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
"Mischief my ass, you are an unethical moron." - chsh
Blog of X
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|