Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
Enable 📄 Detailed Error Messages in IIS - PC✗3
Enable 📄 Detailed Error Messages in IIS

Enable 📄 Detailed Error Messages in IIS

By default, due to security reasons, IIS hides detailed information about all errors, but you can enable them when needed.

Open the web.config file for the Website or Application that you want to enable detailed error messages and add the following code:

<configuration>
 <system.webServer>
   <httpErrors errorMode="Detailed" />
 </system.webServer>
</configuration>

Now restart the IIS and you will see detailed error messages for your Application.

Default Error Messages in IIS

Default Error Messages in IIS

Detailed Error Messages in IIS

Detailed Error Messages in IIS

NOTE: You should never enable detailed error messages in IIS for production websites, as this reveals too much information which may lead to different security issues.

whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.