|
How to restrict detail error message being displayed to the user to avoid exposing the database name, stored procedure name, database table, column names, method names etc.
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Security
The idea is to redirect the user to the generic error page and show the generic error message. On this page, access the last error occurred log into the database, log file or send in the email.
|