Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Need to have a feed that matches the same pattern as for nuget.server
-
I have current nuget.server that I would like to migrate from to proget.
Currently I see Proget appending the name of the feed to every feed I create.
For example standard: http://localhost/nuget/Default
I need to have http://localhost/nuget to match the default feed.
This is needed to migrate smoothly betweeen the systems.
Is it possible?Product: ProGet
Version: 4.4.1
-
NuGet.Server only supports a single feed.
ProGet supports multiple feeds.
Therefore, the name of the feed must be identified when accessing the API.
-
So no options to specify the default one?
-
Correct, you have to specify it by name.
-
Thanks, will try IIS rewrite module for that.(