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
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
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
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
We have noticed the following issue when using ProGet with SQL Express.
The ProGet server will reboot.
The ProGet App Pool comes up before the ProGet SQL instance is fully loaded.
Is there a way to make the web application dependant on the SQL DB?
There isnt two different windows services to make one dependant on the other so thats a no go.
Would like to try and use some native ProGet functionality to solve this if possible.
Whats the best way to determine that ProGet is fully started and ready after a server reboot?
The only event information I can see that is relevant is:
Log: Application
Source:IIS ASP.NET Core Module V2
<Data>Application 'C:\ProGet\Service' started successfully.</Data>
But this comes from ASP.NET source
Does ProGet have its own event?
I ask because I am trying to setup a scheduled task to run which is triggered by an event, the event I would like to trigger on is only when ProGet has fully started and is ready to serve up modules etc... I notice that sometimes after a reboot, ProGet can take several minutes to become available.
thanks
So since Proget runs under the NetworkService account, I assume that if Proget uses 'Use Windows proxy settings' then it should be able to authenticate via the proxy as this account using Kerberos?
As I understand, the NetworkService account presents the computers credentials to remote servers.
Also, can the proxy settings be configured programmatically?
thanks
@atripp the health endpoint looks good, thanks
Hi,
Is there a way to check if ProGets license key has been activated programatically?
At the moment, if ProGet is not activated, the only way I know via code, is the API simply wont work and will timeout.
I was not sure if there was a registry key or some file I could inspect to find out.