iis

Streamlining Web Application Deployment with GitLab Runner and IIS

Introduction Deploying a web application efficiently and securely is crucial for maintaining uptime and reliability. In this blog post, we’ll explore an automated deployment strategy using a self-hosted GitLab Runner with IIS, ensuring a smooth and structured deployment process. Why Automate Deployment? Manual deployments can be error-prone and time-consuming. Automating the deployment process with GitLab …

Streamlining Web Application Deployment with GitLab Runner and IIS Read More »

PowerShell Script: Stop IIS Application Pool and Website with Retry Mechanism

Overview This PowerShell script is designed to stop an IIS Application Pool and Website, retrying multiple times if necessary. If the Application Pool name is not provided, it defaults to using the Website name. Features Usage Parameters Execution To run the script, use the following command in PowerShell: or if the Application Pool name is …

PowerShell Script: Stop IIS Application Pool and Website with Retry Mechanism Read More »