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!
ProGet IIS Dependency on SQL
-
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.
-
Hi @forbzie22_0253,
The easiest solution is to change both the "
ProGet Service
" (INEDOPROGETSVC) service and the "World Wide Web Publishing Service
" (W3svc) toAutomatic (Delayed Start)
. This typically allows SQL Server to start before IIS and the ProGet Service start.Thanks,
Dan