Multiple choice technology web technology

You need to customize the error messages from your web application. What file will you modify to customize the error messages?

  1. Web.config

  2. Error.config

  3. Application.config

  4. global.asax

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ASP.NET web applications, configuration settings including custom error pages and error message settings are defined within the Web.config XML file under the `section. Other files likeError.configorApplication.config` are not standard configuration files for this purpose.