Nugget packet in local IIS or in an intra

0

I configured the local nuget and it worked very well, both on my machine and on the network. What I want is to put the packages ( DLL ) in the IIS , so that by passing the address ( URL ) of where DLL's is, we can install. We opted for IIS , which is easier to restrict unauthorized access than controlling folder on the network. What happens is that I do not know how to do it. I did the steps, similar to the local installation, but pointing to IIS . That did not work out. It does not make any mistakes, but it does not find anything, it stays all the time the progress bar "searching" and nothing. How do I do this? Anybody know? I'm waiting.

    
asked by anonymous 22.12.2015 / 19:50

1 answer

0

In the company where we created a portal to publish our nuget packages, we used the NuGet.Server library (available as nuget). Here is a link with more details: link

    
01.07.2016 / 04:50