Is there a benefit to hosting an internal (remote) NuGet feed through an IIS website vs simply using a shared network folder?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If shared UNC access is available, then it is definitely the simpler solution to create an internal feed. However, if the feed has a large number of packages, then the performance will be better when using http because of the caching it’s able to do. In the UNC case, NuGet needs to crack open the packages on every operation.