You are preparing for the deployment of an ASP.NET MVC application. You need to generate a
deployment manifest.
Which command‐line tool should you use?
A.
Mage.exe
B.
Ngen.exe
C.
ALexe
D.
Resgen.exe
Explanation:
Al.exe generates a file with an assembly manifest from one or more files that are either resource
files or Microsoft intermediate language (MSIL) files.
A is correct:
The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests.
al.exe
https://msdn.microsoft.com/de-de/library/c405shex(v=vs.110).aspx
AL.exe creates assembly manifests
Mage.exe creates deployment manifests.
Answer is A
https://msdn.microsoft.com/en-us/library/dd233108(v=vs.100).aspx
Option: A is the correct answer on merit!
https://msdn.microsoft.com/en-us/library/acz3y3te(v=vs.110).aspx
The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests. As a command-line tool, Mage.exe can be run from both batch scripts and other Windows-based applications, including ASP.NET applications.
A is correct answer
+1 for A
Mage.exe is correct answer. Refer the below link
https://docs.microsoft.com/en-us/dotnet/framework/tools/mage-exe-manifest-generation-and-editing-tool