What is "customErrors …" tag means in web.config?

It is use to display applications errors or not.
“On” Always display custom (friendly) messages.
“Off” Always display detailed ASP.NET error information.
“RemoteOnly” Display custom (friendly) messages only to users not running on the local Web server. This setting is recommended for security purposes, so that you do not display application detail information to remote clients.

Tagged . Bookmark the permalink.

Leave a Reply