Which command‐line tool should you use?

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?

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.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


colins

colins

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.

Iron

Iron

Option: A is the correct answer on merit!

Usman Ali Abbas Dar

Usman Ali Abbas Dar

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