PrepAway - Latest Free Exam Questions & Answers

You need to create a remote NuGet feed that exposes the libraries

You are preparing to develop a set of libraries for a company.
The libraries must be shared across the company.
You need to create a remote NuGet feed that exposes the libraries.
What should you do? (Each answer presents part of the solution. Choose all that apply.)

PrepAway - Latest Free Exam Questions & Answers

A.
Install the NuGet.Feed Package.

B.
Install the NuGet.Server Package.

C.
Configure the Packages folder located in the system.webserver section of the web application’s
Web.config.

D.
Create a new Empty Web Site in Visual Studio 2012.

E.
Configure the Packages folder located in the appSettings section of the web application’s Web.config.

F.
Add packages to the Packages folder.

G.
Create a new Empty Web Application in Visual Studio 2012.

Explanation:

11 Comments on “You need to create a remote NuGet feed that exposes the libraries

    1. Jeroen Brattinga says:

      If you read the line “Add packages to the Packages folder” as “add packages to the folder configured in the appSettings”, then it doesn’t matter.

      Then you get the steps: (1) Create empty Web Application (2) Install NuGet.Server package (3) Configure Packages folder in appSettings (4) Add packages to this Packages folder (whatever folder it may be).




      0



      0
  1. maverickcalibre says:

    1) Create a new Empty Web Application in Visual Studio 2012.
    2) Install the NuGet.Server Package.
    a) Installing NuGet.Server converts the empty Web application into a package source
    b) It installs a variety of other packages, creates a Packages folder in the application, and modifies web.config to include additional settings




    0



    0

Leave a Reply