NuGet.Server returns 404 error

后端 未结 10 1696
你的背包
你的背包 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 00:44

    If you name you project Nuget.Server, since your generated dll will be Nuget.Server.dll it will not work because Nuget.Server.dll is the actual dll for the server. Rename your Assembly name to something else.

提交回复
热议问题