I am trying to setup nuget custom server, and cannot get it list my packages. Here is list which I verified:
- Server updated to .net 4.5
- OS is Windows Web Server 2008 R2
- Application pool is set to integrated, dotnet set to 4.0
- modules runAllManagedModulesForAllRequests="true" is present
- mime map is present in web.config, and visible by IIS
- I am able to download file with direct link
- i am able to push package to my server
So, when I go to http://servername.com i see nice:
You are running NuGet.Server v2.7.40911.225
Click here to view your packages.
but http://servername.com/nuget returns 404. Probably there is issue with original nuget routing.