You are debugging an ASP.NET Web application.
The Web application is deployed to 32-bit environments and to 64-bit environments.
When the Web application and its assemblies are deployed to a 64-bit production environment, it throws a BadImageFormatException exception.
You need to recommend an approach for identifying the assembly that is causing the problem.
What should you recommend?
A.
In the registry, in the HKLM\Software\Microsoft\Fusion key, set the EnableLog value to 1.
B.
In the registry, in the HKLM\Software\Microsoft\.NETFramework\Policy key, add a DebugBinding value and set it to 1.
C.
In the Web.config file, in the system.web/compilation element, add a debug attribute and set its value to true.
D.
In the Web.config file, in the runtime/assemblyBinding element, add a logBinding attribute and set its value to true.