It is my understanding that asking an AppPool in IIS to recycle will give currently active requests 90 seconds to complete before they are abnormally terminated by the recycle request, while no longer accepting new requests. What about asking an AppPool to stop? Does it too have the same spin-down policy?
If it matters, I'm stopping the AppPool via:
appcmd.exe stop apppool /apppool.name:"theAppPoolName"
- Version: 10.0.14393.0
- Server: Windows Server 2016 / IIS 10