Configuration Tab - Glimpse/Glimpse GitHub Wiki

The Configuration tab displays web.config entries that could be helpful when debugging.

Configuration Tab

The Configuration tab shows the XPath query (Key) to a given element in web.config and the element's corresponding values in the Value column.

Layout

  1. AppSettings: Any configured app settings.
  2. ConnectionStrings: Any configured connection strings, with passwords masked.
  3. Authentication: Web application authentication settings.
  4. RoleManager: Configuration of the current RoleProvider.
  5. CustomErrors: Configuration of custom errors.
  6. HttpModules: All HTTP modules, including modules included in upstream configuration files.
  7. HttpHandlers: All HTTP handlers, including handlers included in upstream configuration files.
⚠️ **GitHub.com Fallback** ⚠️