nerdexam
Citrix

1Y0-201 · Question #146

Which file should a Citrix Administrator edit to configure log settings on the StoreFront server?

The correct answer is A. web.config. StoreFront log settings are controlled through the web.config file, the standard ASP.NET application configuration file.

Managing Infrastructure Components

Question

Which file should a Citrix Administrator edit to configure log settings on the StoreFront server?

Options

  • Aweb.config
  • Bglobal.aspx
  • Clogout.aspx
  • Ddefault.html

How the community answered

(24 responses)
  • A
    88% (21)
  • B
    4% (1)
  • C
    8% (2)

Why each option

StoreFront log settings are controlled through the web.config file, the standard ASP.NET application configuration file.

Aweb.configCorrect

web.config is the ASP.NET XML configuration file that governs all StoreFront application behavior, including enabling diagnostic tracing and configuring log verbosity levels. Administrators modify the system.diagnostics and trace sections within this file to capture detailed StoreFront logging for troubleshooting.

Bglobal.aspx

global.aspx is not a file that exists in the StoreFront directory structure and plays no role in log configuration.

Clogout.aspx

logout.aspx is the endpoint that handles user sign-out requests and contains no logging configuration directives.

Ddefault.html

default.html is a static client-side HTML file and cannot contain server-side logging configuration for an ASP.NET application.

Concept tested: StoreFront diagnostic logging configuration via web.config

Source: https://docs.citrix.com/en-us/storefront/current-release/troubleshoot.html

Topics

#StoreFront#logging configuration#web.config#configuration files

Community Discussion

No community discussion yet for this question.

Full 1Y0-201 Practice