0
I set up the nuget
local and 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 when passing the address(URL
) where are the DLL's
, we can install. We have opted for IIS
, that it is easier to restrict unauthorized access than to control folder on the network. What happens is that I do not know how to do. I did the steps, similar to the local installation, but pointing to the IIS
. This didn’t work. No mistake, but you don’t find anything, the whole time the progress bar "searching" and nothing. How do I do that? Does anyone know? Waiting.
Dude, in nuget’s own documentation you’ve been teaching how to do http://docs.nuget.org/create/hosting-your-own-nuget-feeds
– Cleiton