Recent Posts tagged IIS News Item
Getting started with the IIS CORS Module
Feb 28, 2018 by shirhatti
Browsers usually apply same-origin restrictions to network requests. These restrictions would prevent a malicious page from making a cross origin request initiated from within a script. As an examp...
Introducing IIS CORS 1.0
Nov 9, 2017 by shirhatti
The IIS Team is pleased to announced the release of version 1.0 of IIS CORS Module which enables support for the Cross-Origin Resource Sharing (CORS) protocol.CORS is a mechanism to let a user-agen...
Most common deployment slot swap failures and how to fix them
Nov 2, 2017 by ruslany
Azure Web App Deployment Slots are used to deploy new versions of an application code into production with no interruption to the production traffic. In order to achieve this the swap process invol...
Introducing IISAdministration in the PowerShell Gallery
Aug 8, 2017 by shirhatti
In IIS 10.0, we introduced the IISAdministration PowerShell module which was a new way to manage IIS. This module included numerous improvements over the existing WebAdministration cmdlets.Unfortun...
Microsoft IIS Administration API 2.0.0
Jul 6, 2017 by jimmyca
The Microsoft IIS Administration API is making IIS administration simpler than ever before. If you are unfamiliar with the API, check out our earlier post for an introduction.Microsoft IIS Administ...
URL Rewrite v2.1
Jun 28, 2017 by shirhatti
The IIS team just released URL Rewrite v2.1. The blog post below details the changes introduced in this release. You can download the latest version from https://www.iis.net/downloads/microsoft/url...
CNG Data Encryption Providers in IIS 10
May 2, 2017 by shirhatti
This post is authored by Victor Dzheyranov, a Senior Security Program Manager at Microsoft, who the IIS team has had the pleasure of working with on numerous occasions in the past. This post is lon...
Microsoft IIS Administration Docs Now Available
Feb 7, 2017 by jimmyca
Microsoft IIS Administration Docs: https://docs.microsoft.com/en-us/iis-administration/Last week we saw the unveiling of new file endpoints for Microsoft IIS Administration. Now we have documentati...
Introducing the IIS Administration API
May 9, 2016 by shirhatti
IIS is a mature technology with a large amount of configuration available. Historically the configuration of IIS has been done through WMI, Appcmd, PowerShell, and graphically through IIS Manager....
How to buy a certificate for an Azure Web App
Apr 5, 2016 by ruslany
If you have tried to enable SSL for your Azure Web App you know that the steps to do that are: Purchase certificate and export it into a PFX file Upload PFX file to a resource group that contains y...