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.
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)- A88% (21)
- B4% (1)
- C8% (2)
Why each option
StoreFront log settings are controlled through the web.config file, the standard ASP.NET application configuration file.
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.
global.aspx is not a file that exists in the StoreFront directory structure and plays no role in log configuration.
logout.aspx is the endpoint that handles user sign-out requests and contains no logging configuration directives.
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
Community Discussion
No community discussion yet for this question.