How to quickly deploy a test web server on an Azure VM
A guide to quickly deploy a test web server (IIS or Nginx) on a Windows or Linux Azure VM using Azure Portal's Run Command.
A guide to quickly deploy a test web server (IIS or Nginx) on a Windows or Linux Azure VM using Azure Portal's Run Command.
A guide to configuring IIS applications and virtual directories with PowerShell for containerized deployment on Azure Kubernetes Service (AKS).
Explains a bug in ASP.NET Core 3 where IIS removes empty HTTP headers, breaking WOPI protocol compliance, and provides a workaround.
Fixing 500 errors for static files (CSS, JS, images) after upgrading an IIS website from version 6 to 10, caused by a MIME type conflict.
A technical guide on manually generating and installing a Let's Encrypt SSL certificate for an IIS server using certbot with GoDaddy DNS validation.
Fixing the 'Microsoft.Jet.OLEDB.4.0 provider not registered' error in IIS by enabling 32-bit applications for the App Pool.
A developer uses dotPeek and Visual Studio to debug an IIS crash caused by a recursive method, analyzing a crash dump to find the root cause.
Troubleshooting guide for 401 Unauthorized error when browsing local IIS site with Windows Authentication.
Troubleshooting guide for fixing 401 Unauthorized errors when browsing local IIS sites with Windows Authentication.
Guide on using PowerShell to install a DLL into the Global Assembly Cache (GAC) without Visual Studio.
A guide to replaying real IIS web server logs using Apache JMeter to test API compatibility during framework upgrades.
A guide to manually enable PHP 5.5 on Windows Azure Web Sites using remote shell access and the KuduExec tool.
Fixes the (405) Method Not Allowed error when pushing or deleting packages on a private NuGet server in IIS by removing the WebDAV module.
Explains how to configure IIS settings and override parameters in Windows Azure Web Sites to run a PHP WebDAV server.
A developer explains the benefits of learning PowerShell for automation, deployment, and working with complex environments like IIS and AWS.
A guide to configuring .NET applications and IIS SMTP server to send email using Amazon SES, including setup steps and configuration examples.
A technical guide on configuring Microsoft Web Deploy (msdeploy) to work with non-administrator user accounts for IIS deployments.
A guide for .NET developers on using IIS's SMTP feature to safely test email delivery code locally without sending real emails.
Explains how IIS handles SSL with host headers, focusing on wildcard certificates and resolving common HTTPS binding errors.
A guide to using the Windows Azure Accelerator for Web Roles to quickly deploy and manage a multi-site web farm on the Azure platform.