Skip to main content
Nintex Community Menu Bar

Enabling Internet Explorer Error Logging

  • February 15, 2022
  • 0 replies
  • 39 views

Forum|alt.badge.img+8

Topic

How to enable error logging in Internet Explorer.

 

Instructions

  1. Open up IIS administration.
  2. Expand the Web Sites section.
  3. Right-click on the web site for your SharePoint environment and choose Explore.
  4. Open the file called web.config in Notepad.
  5. Find customErrors="On" and change it to customErrors="Off".
  6. Find CallStack="false" and change it to CallStack="true".
  7. Save the web.config.