Question:You create a Web site by using Microsoft Visual Studio 2005. You need to compile your Web site to limit the number of assemblies. You also need to ensure that the assemblies produced have static names. What should you do?
A Run the aspnet_compiler.exe utility from the command line.
B Run the aspnet_merge.exe utility from the command line with the -o option.
C Enable the Build Web site as part of solution option in the Solution properties.
D Enable the strong naming of precompiled assemblies option in the MSBuild property.
+ AnswerB
+ Report