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.