How to enable IIS detailed logs?
Follow the below steps:
- Go to Windows > Run > Type "Inetmgr"
- Expand Sites > Select the Orchestrator website > Right Click on it and click on "Explore"
- Look for web.config file, and make the following changes:
a. Set the CustomErrors mode to = "Off"
b. Set the httpErrors errorMode = "Detailed"
NOTE: After making changes in the web.config file, do an IIS reset to ensure that the changes take effect.