98-372 · Question #10
Applications are overridden by explicit version policy in the configuration files. What are those configuration files? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is A. Computer's administrator configuration file B. Application configuration file D. Publisher policy file. Assembly versioning using CLR is done at the assembly level. A specific version of an assembly and the versions of dependent assemblies are stored in the manifest of the assembly. The default version policy for the runtime is that applications run only with the versions with whic
Question
Applications are overridden by explicit version policy in the configuration files. What are those configuration files? Each correct answer represents a complete solution. Choose all that apply.
Options
- AComputer's administrator configuration file
- BApplication configuration file
- CComputer's security configuration file
- DPublisher policy file
How the community answered
(22 responses)- A73% (16)
- C27% (6)
Explanation
Assembly versioning using CLR is done at the assembly level. A specific version of an assembly and the versions of dependent assemblies are stored in the manifest of the assembly. The default version policy for the runtime is that applications run only with the versions with which the applications were built and tested, except the applications overridden by explicit version policy in the configuration files which are as follows: - Application configuration file - Publisher policy file - Computer's administrator configuration file
Topics
Community Discussion
No community discussion yet for this question.