Hi
The new feature of automaticly starting IIS application pool, and website - which exact settings on the IIS does this new feature modify? I’ve tried to follow the log in verbose mode, while deploying a IIS site, but I can’t figure it out.
Hi
The new feature of automaticly starting IIS application pool, and website - which exact settings on the IIS does this new feature modify? I’ve tried to follow the log in verbose mode, while deploying a IIS site, but I can’t figure it out.
HI,
Thanks for reaching out. We simply check if the user asked to start/stop the site/pool, and based on that we have a few of the below snippets in our script to run start-website
, stop-website
, start-applicationpool
, stop-applicationpool
.
Let me know if that answers your question.
Dalmiro