开发者

Internal NuGet Feed - folder vs IIS

开发者 https://www.devze.com 2023-03-19 03:31 出处:网络
Is there a benefit to hosting an internal (re开发者_Python百科mote) NuGet feed through an IIS website vs simply using a shared network folder?If shared UNC access is available, then it is definitely t

Is there a benefit to hosting an internal (re开发者_Python百科mote) NuGet feed through an IIS website vs simply using a shared network folder?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消