I followed the Creating Remote Feeds directions at nuget.org to create a server. I created a .NET 4.0 project and imported the NuGet.Server package, put my own NuGet package file in /Packages and ran it as an ASP.Net 4.0 application under IIS 7.5. Everything seems to work except that I get a 404 message if I try to view the package feed at ~/nuget. It seems that the atom feed isn't getting started at all.
Asked
Active
Viewed 610 times