@atripp thanks
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!
Latest posts made by forbzie22_0253
-
Proget SQL Express support
Hey,
Does Proget 2025.0.28 support latest SQL express 2025? I don't see exact supported version on the Inedo site.Thanks
-
Package delist and deprecated API
When you delist and deprecated a package, I can see via the website UI two icons to indicate this along with a message to say these two properties have been set.
When I now use Find-Package or list packages via the API, the package I delisted and deprecated still returns in the results?
Shouldn't the package be unavailable?
Thanks
-
RE: Add custom tags to nuget packages
Hi,
In other repository management systems there is the ability to create custom tags and assign these to packages on the repository, I think this is something that would be very useful since it allows you to mark a particular package with some custom tag, without having to repackage the package and republish to the feed.
Just to clarify, when I say tag, I mean tagging the package metadata on the ProGet feed, similar to what you already have in place for marking packages as unlisted and deprecated.
Just wanted to check if this was something that may be a feature in future
Thanks
-
Add custom tags to nuget packages
Is there a way to add custom tags to nuget packages on the feed?
I only see features such as package promotion and re packaging, but nothing that would let you add a custom tag to a package.I know I can add a tag to a powershell module psd1 and then upload, but I am looking for a way to do this on the fly in ProGet
Thanks
-
RE: IIS appConcurrentRequestLimit
@atripp Hi, I do plan on migrating over to Kestrel and Postgres but for the moment was looking to optimise IIS.
I could not find anything in the ProGet documentation to suggest you should not increase the limit higher than 5000, is your recommendation to not increase this number based off bad experiences with other customers ? Or are you just saying that the preferred approach is to use Kestrel?Thanks
-
IIS appConcurrentRequestLimit
Hi,
Does ProGet have a recommended limit on the max number of connections for appConcurrentRequestLimit setting in IIS?
It's 5000 by default but does increasing this to 10000 sound reasonable if the server has enough resources ?
Wasn't sure if ProGet had any hard limits within its own service etc so thought I'd ask
Thanks
-
ProGet Asset Directory
Is it possible to retrieve previous versions of an item in the asset directory using the API?
I see the metadata endpoint I can query but that does not contain the previous versions.
Thanks
-
RE: ProGet feeds using different app pools
Does the integrated web server use Kestrel under the hood?
Assume it has feature parity with IIS so that you can have Https certificate bindings etc?
Are there any gotchas to using the integrated web server ?
Thanks
-
ProGet feeds using different app pools
Hi,
I had a design question.
If you expect some of your feeds to be very busy, would it be better to have a separate application pool in IIS for each of the feeds in ProGet?
So one website but multiple web applications pointing to different app pools.
This way you would segregate the process etc.. so one would not affect the other.Is this a supported configuration or do you have customers that do this?
Thanks