Let’s Talk

We would love to hear from you. Want to know more about
our services or have any questions? Say Hi!

How to manage the IIS Website via the release pipeline?

November 11, 2023
How to manage the IIS Website via the release pipeline?
Mitesh Patel
Mitesh Patel
Technical Head
how-to-manage-the-iis-website-via-the-release-pipeline

In the release pipeline, there will be one job available called Manage IIS Website, which is used for IIS web application management.

how-to-manage-the-iis-website-via-the-release-pipeline-1

Here we can configure our instance name in the field of Website name, Physical path will be the root folder path of the instance, Use Action as Create or Update.

Now, the IIS Website configuration is done, if we now run the CD(Release) pipeline out instance should point out to a new folder created on the name if the release number.

Sharing the view of IIS Website settings post Release pipeline.

how-to-manage-the-iis-website-via-the-release-pipeline-2

Here we can see the physical path of our website is changed to the path we gave in the field description. So, the files present on that folder path will be now the root files of our website which are the latest artifacts which just been deployed to the folder.

This is how we can configure the IIS Website in a job provided in the CD(Release) pipeline.

By following these steps and automating the deployment and management of your IIS website in a release pipeline, you can achieve a reliable and repeatable deployment process, reduce human error, and ensure that your website is always up-to-date and configured correctly in various environments.


YOU MAY ALSO LIKE