70-158 · Question #3
Your company network includes Forefront Identity Manager (FIM) 2010. You configure the FIM Portal to use detailed error pages. A backup of FIM is performed daily. After a restore of the FIM Service…
The correct answer is A. Include the web.config file in the daily backup of FIM. The FIM Portal's detailed error page configuration is stored in its web.config file, which is separate from the FIM Service's database and core configuration backup. To ensure these settings persist after a restore, the web.config file must be included in the daily backup…
Question
Options
- AInclude the web.config file in the daily backup of FIM.
- BFrom an elevated command prompt, run iisreset.exe.
- CFrom the FIM Portal, edit the Portal Configuration Extended Attributes page.
- DEdit the web.config file and include <customErrors mode="On"/> in the file.
How the community answered
(16 responses)- A56% (9)
- B25% (4)
- C13% (2)
- D6% (1)
Why each option
The FIM Portal's detailed error page configuration is stored in its web.config file, which is separate from the FIM Service's database and core configuration backup. To ensure these settings persist after a restore, the web.config file must be included in the daily backup routine.
The configuration for detailed error pages in a FIM Portal (an ASP.NET web application) is stored within its `web.config` file. If this file is not included in the daily backup, its settings will be lost when the FIM Service is restored, as the FIM Service backup primarily covers the database and internal service configurations, not the web application's specific settings.
Running `iisreset.exe` restarts IIS services but does not restore configuration files or settings that were lost during a prior restore operation.
Editing configuration within the FIM Portal is a manual re-configuration step, not a method to ensure settings are automatically restored as part of a backup process.
Manually editing the `web.config` file would re-enable the feature, but the goal is to ensure the setting is automatically displayed *after a restore* through proper backup procedures, not requiring manual intervention post-restore.
Concept tested: FIM Portal web.config backup for configuration persistence
Source: https://docs.microsoft.com/en-us/troubleshoot/aspnet/configure-custom-error-pages
Topics
Community Discussion
No community discussion yet for this question.