I'm wanting to create a remote NuGet server. I've followed the instructions here:
http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds
Everything works when I F5 it and look at it in debug mode... So then I decided to publish to the remote server.
And everything works great EXCEPT... when I click the 'here' link from the default page to look at the package feed... I get a 404 error. I did NOT get this error in debug mode.
I'm assuming it's not serving the feed correctly. Any help is greatly appreciated. Thank you!