Is there a way to recycle IIS Express application pool?
If I open cmd and go to C:\Program Files\IIS Express
, then run:
appcmd apppool /?
the list of commands lacks the "recycle" option.
The only workaround I've found is to edit the applicationhost.config
file. Only then the IISExpress apppool is recycled.
Is there a more elegant way to achieve that?
Thanks