NuGet.Server returns 404 error

后端 未结 10 1613
你的背包
你的背包 2021-01-02 00:17

I have followed the instructions to setup and host my own NuGet feed. I am running the web application on a Windows 2012 (IIS 8.5) box.

I build and

10条回答
  •  借酒劲吻你
    2021-01-02 01:06

    I noticed that you get the 404 error when you try to upload fairly large nuget packages. I upped the maxAllowedContentLength and it helped.

    
      
        
          
        
      
    
    

提交回复
热议问题