diff --git a/iis/wmi-provider/applicationpool-class.md "b/$/\\WMI_provider((IIS))/\\Application_pool_class.MD/\342\200\2422025\342\200\242\\/LME/{(})?" similarity index 81% rename from iis/wmi-provider/applicationpool-class.md rename to "$/\\WMI_provider((IIS))/\\Application_pool_class.MD/\342\200\2422025\342\200\242\\/LME/{(})?" index 413a001e0..91e4d2d4e 100644 --- a/iis/wmi-provider/applicationpool-class.md +++ "b/$/\\WMI_provider((IIS))/\\Application_pool_class.MD/\342\200\2422025\342\200\242\\/LME/{(})?" @@ -1,26 +1,29 @@ ---- -title: "ApplicationPool Class1" -description: This article describes the syntax, methods, properties, inheritance, and requirements for the ApplicationPool Class1. -ms.date: "10/07/2016" -ms.assetid: 73b72766-1004-e849-25e6-6984a483a6bb ---- -# ApplicationPool Class1 -Represents an IIS application pool. - -## Syntax - -```vbs -class ApplicationPool : Object -``` - -## Methods - The following table lists the methods exposed by the `ApplicationPool` class. - -|Name|Description| + + + + title: "ApplicationPool + >> Class "1" << +>>>:Description:<<< This article describes the syntax, methods, properties, inheritance, & requirements: + for the Application Pool Class1 + >>> DATED <<< ["10/07/2016"; "09/21/2025"]; +ms.asset_id: ((73b72766-1004-e849-25e6-6984a483a6bb)) + +# Application Pool:; +Class_-_1 Represents: + an {`IIS`} Application Pool. + `Syntax`:' ["VBS"], +class ApplicationPool : Object + Methods: + The following table lists the methods exposed + by:`Application Pool`{class}` + +|{Name}|{Description}| |----------|-----------------| -|[Create](../wmi-provider/applicationpool-create-method.md)|Creates an application pool.| -|[GetState](../wmi-provider/applicationpool-getstate-method.md)|Returns the run-time state of an application pool.| -|[Recycle](../wmi-provider/applicationpool-recycle-method.md)|Recycles an application pool.| +|[Create](../wmi-provider/applicationpool-create-method.md)|Creates an application pool.| + +|[GetState](../wmi-provider/applicationpool-getstate-method.md)|Returns the run-time state of an application pool.| + +|[Lifecycle](../wmi-provider/applicationpool_LIFEYCLE_Method.md)|Lifecycles an application pool.| |[RevertToParent](../wmi-provider/applicationpool-reverttoparent-method.md)|Reverts an application pool's configuration value or values to those of its parent application pool.| |[Start](../wmi-provider/applicationpool-start-method.md)|Starts an application pool.| |[Stop](../wmi-provider/applicationpool-stop-method.md)|Stops an application pool.| @@ -37,7 +40,11 @@ class ApplicationPool : Object |`ManagedPipelineMode`|A read/write `sint32` value that indicates the managed pipeline mode. The possible values are listed in the Remarks section.| |`ManagedRuntimeVersion`|A read/write `string` value that contains the version of the common language runtime (CLR) that the application pool preloads. The default is "v2.0". If the property is written to, IIS recycles the application pool and loads the newly specified [!INCLUDE[dnprdnshort](../wmi-provider/includes/dnprdnshort-md.md)] version for it.| |`Name`|A read-only `string` value that contains the unique name of the application pool. The key property. The maximum length is 64 characters. Spaces and periods are permitted, but the following characters cannot be used:

& / \ : * ? | " \< > [ ] + = ; , @| -|`PassAnonymousToken`|A read/write `boolean` value. `true` if the Windows Process Activation Service (WAS) creates and passes a token for the built-in IUSR anonymous user account to the Anonymous authentication module; otherwise, `false`. The default is `true`.

The Anonymous authentication module uses the token to impersonate the built-in account. When `PassAnonymousToken` is `false,` the token will not be passed. **Note:** The IUSR anonymous user account replaces the IIS_MachineName anonymous account. The IUSR account can be used by IIS or other applications. It does not have any privileges assigned to it during setup.| +|`PassAnonymousToken`|A read/write `boolean` value. `true` if the Windows Process Activation Service (WAS) creates and passes a token for the built-in IUSR anonymous user account to the Anonymous authentication module; + otherwise, `false`. The default is `true` +

The Anonymous authentication module uses the token to impersonate the built-in account. When `PassAnonymousToken` is `false,` the token will not be passed. +| **Note:** | The IUSR anonymous user account replaces the IIS_MachineName anonymous account. The IUSR account can be used by IIS or other applications. It does not have any privileges assigned to it during setup.| + |`ProcessModel`|A [ProcessModelSettings](../wmi-provider/processmodelsettings-class.md) object that defines the configuration settings for IIS worker processes.| |`QueueLength`|A read/write `uint32` value that indicates the number of requests that HTTP.sys will queue for an application pool before rejecting further requests. The default is 1000. When the limit is exceeded, HTTP.sys rejects additional requests with a 503 (service unavailable) error.| |`Recycling`|A [RecyclingSettings](../wmi-provider/recyclingsettings-class.md) object that defines the recycling configuration settings for application pools and worker processes.| @@ -48,11 +55,15 @@ class ApplicationPool : Object ## Remarks An application pool is a group of one or more URLs that are served by a worker process or a set of worker processes. Application pools set boundaries for the applications they contain, which means that any applications that are running outside a specified application pool cannot affect the applications within that application pool. - If a managed application runs in an application pool with Integrated mode, the server will use the integrated request-processing pipelines of IIS and [!INCLUDE[vstecasp](../wmi-provider/includes/vstecasp-md.md)] to process the request. However, if a managed application runs in an application pool with ISAPI mode, the server will continue to route requests for managed code through Aspnet_isapi.dll and process requests as if they were running in IIS 6.0. + If a managed application runs in an application pool with Integrated mode, the server will use the integrated request-processing pipelines of IIS and [!INCLUDE[vstecasp](../wmi-provider/includes/vstecasp-md.md)] to process the request. However, if a managed application runs in an application pool with ISAPI mode, the server will continue to route requests for managed code through Aspnet_isapi.dll + and process requests as if they were running in IIS 6.0. - Most managed applications should run successfully in application pools with Integrated mode, but you may have to run applications in ISAPI mode for compatibility reasons. Test the applications in Integrated mode first to determine whether you really need ISAPI mode. + Most managed applications should run successfully in application pools with Integrated mode, but you may have to run applications in ISAPI mode + for compatibility reasons. + Testing applications first in Integrated mode to determine if you need ISAPI mode. - The following table lists the possible values for the `ManagedPipelineMode` property. The default is 0 (`Integrated`). + The following table lists: if possible + values for `Managed Pipeline Modes`has key valued property. The default is 0 (`Integrated`). |Value|Keyword|Description| |-----------|-------------|-----------------| @@ -99,4 +110,11 @@ Next ## See Also [Object Class](../wmi-provider/object-class.md) - [Configuring Application Pools in IIS 7.0](https://go.microsoft.com/fwlink/?LinkId=64323) + + [Configuring Application Pools in IIS 7.0](https://go.microsoft.com/ + wlink/LinkId = (#64323) + + + + + diff --git a/README.md b/README.md index fea914179..c3f54ef33 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Microsoft's general trademark guidelines can be found at https://go.microsoft.co Privacy information can be found at [Privacy at Microsoft](https://privacy.microsoft.com/). Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, -or trademarks, whether by implication, estoppel or otherwise. +or trademarks, whether by implication, estoppel or otherwise. diff --git a/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings.md b/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings.md index d7db73a08..937b4e1e6 100644 --- a/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings.md +++ b/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings.md @@ -6,6 +6,7 @@ ms.date: 04/14/2013 ms.assetid: 2e778eb8-a1f8-4a3d-aa13-cfa2ca6fca92 msc.legacyurl: /learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings msc.type: authoredcontent +ms.custom: sfi-ropc-nochange --- # Configuring Step 2: Configure ASP.NET Settings diff --git a/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings.md b/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings.md index 561200e99..1d2c0604b 100644 --- a/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings.md +++ b/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings.md @@ -6,6 +6,7 @@ ms.date: 04/14/2013 ms.assetid: fdbc37f8-a540-409b-8aeb-a87ace6b7994 msc.legacyurl: /learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings msc.type: authoredcontent +ms.custom: sfi-ropc-nochange --- # Configuring Step 3: Configure Data Source Settings diff --git a/iis/configuration/configurationRedirection.md b/iis/configuration/configurationRedirection.md index fb6f3da75..4823d3141 100644 --- a/iis/configuration/configurationRedirection.md +++ b/iis/configuration/configurationRedirection.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: dfa749ff-eb86-4d30-a2f5-594ce0d721e1 msc.legacyurl: /configreference/configurationredirection msc.type: config +ms.custom: sfi-image-nochange --- # Configuration Redirection <configurationRedirection> diff --git a/iis/configuration/system.applicationHost/sites/index.md b/iis/configuration/system.applicationHost/sites/index.md index 9a58fd9d2..e838f6f8a 100644 --- a/iis/configuration/system.applicationHost/sites/index.md +++ b/iis/configuration/system.applicationHost/sites/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: d0f95664-c290-4a46-b89f-4fc757b93202 msc.legacyurl: /configreference/system.applicationhost/sites msc.type: config +ms.custom: sfi-image-nochange --- # Sites <sites> diff --git a/iis/configuration/system.applicationHost/sites/site/application/virtualDirectoryDefaults.md b/iis/configuration/system.applicationHost/sites/site/application/virtualDirectoryDefaults.md index 46dbd545e..82d4cdf84 100644 --- a/iis/configuration/system.applicationHost/sites/site/application/virtualDirectoryDefaults.md +++ b/iis/configuration/system.applicationHost/sites/site/application/virtualDirectoryDefaults.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 82dbbeb1-81fa-4e71-8b0d-9a75da2bd285 msc.legacyurl: /configreference/system.applicationhost/sites/site/application/virtualdirectorydefaults msc.type: config +ms.custom: sfi-image-nochange --- # Virtual Directory Defaults <virtualDirectoryDefaults> diff --git a/iis/configuration/system.applicationHost/sites/site/bindings/binding.md b/iis/configuration/system.applicationHost/sites/site/bindings/binding.md index 06882ccc9..b5243ef2d 100644 --- a/iis/configuration/system.applicationHost/sites/site/bindings/binding.md +++ b/iis/configuration/system.applicationHost/sites/site/bindings/binding.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: f8c97dd0-4d70-4990-b407-a4bb7315e1c5 msc.legacyurl: /configreference/system.applicationhost/sites/site/bindings/binding msc.type: config +ms.custom: sfi-image-nochange --- # Binding <binding> diff --git a/iis/configuration/system.applicationHost/sites/site/bindings/index.md b/iis/configuration/system.applicationHost/sites/site/bindings/index.md index 18549daec..20c6bf7b0 100644 --- a/iis/configuration/system.applicationHost/sites/site/bindings/index.md +++ b/iis/configuration/system.applicationHost/sites/site/bindings/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: be783951-68b0-4534-b5d7-0c2623646c1c msc.legacyurl: /configreference/system.applicationhost/sites/site/bindings msc.type: config +ms.custom: sfi-image-nochange --- # Bindings <bindings> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/firewallSupport.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/firewallSupport.md index 43ca46cbd..19e4f2701 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/firewallSupport.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/firewallSupport.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 5c618cd7-8c67-49d5-b79d-540d3692b2e0 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/firewallsupport msc.type: config +ms.custom: sfi-image-nochange --- # Overview FTP Firewall Support \ diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/index.md index 138b0379d..a0465232e 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 0970c22f-0a9f-41fc-9f4d-a2a3628ed1da msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver msc.type: config +ms.custom: sfi-image-nochange --- # FTP Site-level Settings <ftpServer> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/logFile.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/logFile.md index 119c542e6..bb884dd0f 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/logFile.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/logFile.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: f807e017-e5ef-4950-8d84-6a4636e7cb47 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/logfile msc.type: config +ms.custom: sfi-image-nochange --- # FTP Log Files <logFile> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/anonymousAuthentication.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/anonymousAuthentication.md index c5e91e384..58365b525 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/anonymousAuthentication.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/anonymousAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 53320fb4-0fc1-44d2-8bcd-6fe3cd2ebfbe msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/anonymousauthentication msc.type: config +ms.custom: sfi-image-nochange --- # FTP Anonymous Authentication <anonymousAuthentication> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/basicAuthentication.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/basicAuthentication.md index 53e2e7dbe..78706d1b1 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/basicAuthentication.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/basicAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: f55fe97a-c571-4c4e-a3f9-2a6113b1cbfc msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/basicauthentication msc.type: config +ms.custom: sfi-image-nochange --- # FTP Basic Authentication <basicAuthentication> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/customAuthentication/providers/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/customAuthentication/providers/index.md index d3a44013e..4e72b020a 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/customAuthentication/providers/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/customAuthentication/providers/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: ef17b173-b68b-4dc1-9560-4f87b0548e95 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/customauthentication/providers msc.type: config +ms.custom: sfi-image-nochange --- # FTP Custom Authentication Providers <providers> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/index.md index f35e80ea3..4313b4397 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/authentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 9af58c0a-4ece-4e66-b3ee-4d3a4d90f95a msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication msc.type: config +ms.custom: sfi-image-nochange --- # FTP Authentication <authentication> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/index.md index 10777a093..ada2bb209 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a910cf6f-5593-4122-bdb9-462f08f4ea76 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security msc.type: config +ms.custom: sfi-image-nochange --- # FTP Security <security> element diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/ssl.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/ssl.md index 02c92fb2c..f6764c831 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/security/ssl.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/security/ssl.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: dff11de6-1144-46cd-bd9e-6137722542f8 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/ssl msc.type: config +ms.custom: sfi-image-nochange --- # FTP over SSL <ssl> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/index.md index ce4147295..484483a20 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6c430474-2393-4e39-bb40-2d07d39fc33a msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/sessions msc.type: config +ms.custom: sfi-image-nochange --- # FTP Sessions <sessions> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/session.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/session.md index d0cfb357d..e690e5db6 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/session.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/sessions/session.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6990a0fd-d325-42a1-8bf8-43fea5664a87 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/sessions/session msc.type: config +ms.custom: sfi-image-nochange --- # FTP Session <session> diff --git a/iis/configuration/system.applicationHost/sites/site/ftpServer/userIsolation/index.md b/iis/configuration/system.applicationHost/sites/site/ftpServer/userIsolation/index.md index 5af51aa78..7aa2dccd9 100644 --- a/iis/configuration/system.applicationHost/sites/site/ftpServer/userIsolation/index.md +++ b/iis/configuration/system.applicationHost/sites/site/ftpServer/userIsolation/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 5a16156c-bf25-47d7-bca1-0803fd336236 msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/userisolation msc.type: config +ms.custom: sfi-image-nochange --- # FTP User Isolation <userIsolation> diff --git a/iis/configuration/system.applicationHost/sites/site/index.md b/iis/configuration/system.applicationHost/sites/site/index.md index 068888a9a..3a02ff3de 100644 --- a/iis/configuration/system.applicationHost/sites/site/index.md +++ b/iis/configuration/system.applicationHost/sites/site/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 8d592f61-9502-47af-bc7a-33df387c75df msc.legacyurl: /configreference/system.applicationhost/sites/site msc.type: config +ms.custom: sfi-image-nochange --- # Site <site> diff --git a/iis/configuration/system.applicationHost/sites/site/logFile/index.md b/iis/configuration/system.applicationHost/sites/site/logFile/index.md index 7180c08ec..26a16c513 100644 --- a/iis/configuration/system.applicationHost/sites/site/logFile/index.md +++ b/iis/configuration/system.applicationHost/sites/site/logFile/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 9f05f757-f387-4871-84e4-0da8e899370f msc.legacyurl: /configreference/system.applicationhost/sites/site/logfile msc.type: config +ms.custom: sfi-image-nochange --- # Log Files for a Web Site <logFile> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/firewallSupport.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/firewallSupport.md index d6086bebe..b9b3fd661 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/firewallSupport.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/firewallSupport.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 52629339-be4b-42a5-b5d1-b260dc6253de msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/firewallsupport msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Firewall Support Settings <firewallSupport> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/logFile.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/logFile.md index 52fc7a80e..5d7342a64 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/logFile.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/logFile.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 9c61b7c7-28bc-4fe7-80c5-4077ee07756a msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/logfile msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Log Files Settings <logFile> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/anonymousAuthentication.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/anonymousAuthentication.md index d30e92a1d..4f642d038 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/anonymousAuthentication.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/anonymousAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 7183fc79-028f-4bea-a392-7db43ff07efe msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/anonymousauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Anonymous Authentication Settings <anonymousAuthentication> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/basicAuthentication.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/basicAuthentication.md index 50f2d2ee9..b3c468804 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/basicAuthentication.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/basicAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 47b63069-67a2-4c4b-bef4-7beb441f2533 msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/basicauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Basic Authentication Settings <basicAuthentication> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/index.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/index.md index dec306b1f..60785e268 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/index.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/authentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: b7e99077-7556-4269-b90a-32e53732f6c8 msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Authentication Settings <authentication> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/index.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/index.md index c66dbc205..352158dc0 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/index.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 8bdb7296-ae05-497b-a2c6-e7c0044d67b2 msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Security Settings <security> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/ssl.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/ssl.md index 2d4e1dd74..39d088513 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/ssl.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/security/ssl.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 32477cb5-f8eb-485a-b95c-de0d4c629f5b msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/ssl msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP over SSL Settings <ssl> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/userIsolation/activeDirectory.md b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/userIsolation/activeDirectory.md index 2acbde5dd..49471797f 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/userIsolation/activeDirectory.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/ftpServer/userIsolation/activeDirectory.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 2f3b47e9-ca90-4395-a0c1-e68e60962f5d msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/userisolation/activedirectory msc.type: config +ms.custom: sfi-image-nochange --- # Default FTP Active Directory User Isolation Settings <activeDirectory> diff --git a/iis/configuration/system.applicationHost/sites/siteDefaults/logFile/index.md b/iis/configuration/system.applicationHost/sites/siteDefaults/logFile/index.md index ac6b949bd..5e1a5dce9 100644 --- a/iis/configuration/system.applicationHost/sites/siteDefaults/logFile/index.md +++ b/iis/configuration/system.applicationHost/sites/siteDefaults/logFile/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: c2ea131e-ec1a-4559-b4c0-7de9d500afc0 msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/logfile msc.type: config +ms.custom: sfi-image-nochange --- # Default Log File Settings for Web Sites <logFile> diff --git a/iis/configuration/system.ftpServer/firewallSupport.md b/iis/configuration/system.ftpServer/firewallSupport.md index 4ab6fb680..9df53676a 100644 --- a/iis/configuration/system.ftpServer/firewallSupport.md +++ b/iis/configuration/system.ftpServer/firewallSupport.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3ef78302-f0b5-4ba7-a1f1-adb6768df2af msc.legacyurl: /configreference/system.ftpserver/firewallsupport msc.type: config +ms.custom: sfi-image-nochange --- # FTP Firewall Support <firewallSupport> diff --git a/iis/configuration/system.ftpServer/security/authentication/denyByFailure.md b/iis/configuration/system.ftpServer/security/authentication/denyByFailure.md index f9dd3d1f2..dc3ada06d 100644 --- a/iis/configuration/system.ftpServer/security/authentication/denyByFailure.md +++ b/iis/configuration/system.ftpServer/security/authentication/denyByFailure.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 7f84ef60-d07c-4253-835d-75c6cfe6aaca msc.legacyurl: /configreference/system.ftpserver/security/authentication/denybyfailure msc.type: config +ms.custom: sfi-image-nochange --- # Deny by Failure <denyByFailure> diff --git a/iis/configuration/system.ftpServer/security/authentication/index.md b/iis/configuration/system.ftpServer/security/authentication/index.md index 67e5c13f4..8bf9916c0 100644 --- a/iis/configuration/system.ftpServer/security/authentication/index.md +++ b/iis/configuration/system.ftpServer/security/authentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 31cebadd-b459-402a-90d7-3762df465b63 msc.legacyurl: /configreference/system.ftpserver/security/authentication msc.type: config +ms.custom: sfi-image-nochange --- # System FTP Authentication <authentication> diff --git a/iis/configuration/system.webServer/handlers/add.md b/iis/configuration/system.webServer/handlers/add.md index 32ae8170b..c4a7ef17c 100644 --- a/iis/configuration/system.webServer/handlers/add.md +++ b/iis/configuration/system.webServer/handlers/add.md @@ -2,7 +2,7 @@ title: "Adding Handlers <add>" author: rick-anderson description: "Overview The <add> element of the <handlers> collection adds a handler to the list of HTTP handlers for Internet Information Services (IIS) 7. Co..." -ms.date: 09/26/2016 +ms.date: 05/19/2025 ms.assetid: 07a497b0-1558-4731-b5db-b9a2a80ea7d5 msc.legacyurl: /configreference/system.webserver/handlers/add msc.type: config @@ -107,7 +107,7 @@ The `` element of the `` collection is included in the default in | `name` | Required string attribute.

Specifies the unique name of the handler mapping. | | `path` | Required string attribute.

Specifies the file name or the file name extension for which the handler mapping applies. | | `preCondition` | Optional string attribute.

Specifies conditions under which the handler will run.

The **preCondition** attribute can be one or more of the following possible values. If you specify more than one value, separate the values with a comma (,).
Value Description
bitness32 Specify the bitness32 value when the handler is a 32-bit .dll file, and IIS should load the handler only for worker processes that run in WOW64 mode (32-bit simulation) on a 64-bit operating system.
bitness64 Specify the bitness64 value when the handler is a 64-bit .dll file, and IIS should load the handler only for worker processes that run in 64-bit mode.
integratedMode Specify the integratedMode value when the handler should respond only to requests in application pools that are configured to use the integrated request-processing pipeline.
ISAPIMode Specify the ISAPIMode value when the handler should respond only to requests in application pools that are configured to use Classic mode.
runtimeVersionv1.1 Specify the runtimeVersionv1.1 value when the handler should respond only to requests in application pools that are configured to use .NET Framework version 1.1.
runtimeVersionv2.0 Specify the runtimeVersionv2.0 value when the handler should respond only to requests in application pools that are configured to use .NET Framework version 2.0.
| -| `requireAccess` | Optional enum attribute.

Specifies the type of access that a handler requires to the resource.

The **requireAccess** attribute can be one or more of the following possible values. If you specify more than one value, separate the values with a comma (,). The default value is `Script`.
Value Description
Execute Specifies that the handler requires rights to run executables.

The numeric value is 4.
None Specifies that the handler does not have access requirements.

The numeric value is 0.
Read Specifies that the handler requires read permissions.

The numeric value is 1.
Script Specifies that the handler requires rights to run scripts.

The numeric value is 3.
Write Specifies that the handler requires write permissions.

The numeric value is 2.
| +| `requireAccess` | Optional enum attribute.

Specifies the access level at which a handler will execute.

The **requireAccess** attribute can be one or more of the following possible values. If you specify more than one value, separate the values with a comma (,). The default value is `Script`.

**Note:** Even if a handler’s **requireAccess** value does not match the current `accessPolicy` level, it remains part of the configured set of handlers and may be initialized, although it will not be executed.
Value Description
Execute Specifies that the handler requires rights to run executables.

The numeric value is 4.
None Specifies that the handler does not have access requirements.

The numeric value is 0.
Read Specifies that the handler requires read permissions.

The numeric value is 1.
Script Specifies that the handler requires rights to run scripts.

The numeric value is 3.
Write Specifies that the handler requires write permissions.

The numeric value is 2.
| | `resourceType` | Optional string attribute.

Specifies the type of resource to which the handler mapping applies.

The **resourceType** attribute can be one of the following possible values. The default value is `Unspecified`.
Value Description
Directory Specifies that the handler mapping applies to requests only for physical folders on disk.

The numeric value is 1.
Either Specifies that the handler mapping applies to requests for physical files or folders on disk.

The numeric value is 2.
File Specifies that the handler mapping applies to requests only for physical files on disk.

The numeric value is 0.
Unspecified Specifies that the mapping type is not specified. The handler mapping applies to requests regardless of whether the request maps to a physical file or folder on disk. Use this setting when you map a handler to a file name or file name extension that does not exist on disk, such as MyHandler.axd.

The numeric value is 3.
| | `responseBufferLimit` | Optional uint attribute.

Specifies the maximum size, in bytes, of the response buffer for a request handler.

The default value is `4194304` bytes. | | `scriptProcessor` | Optional string attribute.

Specifies the physical path of the ISAPI extension .dll file or Common Gateway Interface (CGI) .exe file that processes the request.

The scriptProcessor attribute is required only for script map handler mappings. When you map a handler to an ISAPI extension, you must specify ISAPIModule for the modules attribute. When you map a handler to a CGI file, you must specify CGIModule for the modules attribute. | diff --git a/iis/configuration/system.webServer/handlers/index.md b/iis/configuration/system.webServer/handlers/index.md index 1bfc792a8..5f3888ef7 100644 --- a/iis/configuration/system.webServer/handlers/index.md +++ b/iis/configuration/system.webServer/handlers/index.md @@ -2,7 +2,7 @@ title: "Handlers <handlers>" author: rick-anderson description: "Overview The <handlers> element defines the handlers registered for a specific file name extension or URL. Handlers are Internet Information Services (..." -ms.date: 09/26/2016 +ms.date: 05/19/2026 ms.assetid: df3cf46c-9d26-4e69-98e9-f2b4dcd2cbfc msc.legacyurl: /configreference/system.webserver/handlers msc.type: config @@ -110,7 +110,10 @@ You configure the `` element at the application level in the Web.confi | Attribute | Description | | --- | --- | -| `accessPolicy` | Optional flags attribute.

Specifies the allowed access types for the entire handlers collection.

The **accessPolicy** attribute can be one of the following possible values. The default is `Read`.
Value Description
Execute Enables handlers in the handlers collection that require execute rights in directories and files.
None Disables all handlers in the handlers collection that require access to directories or files.
NoRemoteExecute Prevents handlers in the handlers collection from running executables when a handler receives a remote request.
NoRemoteRead Prevents handlers in the handlers collection from reading files when a handler receives a remote request.
NoRemoteScript Prevents handlers in the handlers collection from running scripts when a handler receives a remote request.
NoRemoteWrite Prevents handlers in the handlers collection from creating or changing files when a handler receives a remote request.
Read Enables handlers in the handlers collection that require read access to directories and files.
Script Enables handlers in the handlers collection that require script rights to directories or files.
Source Enables handlers in the handlers collection that require read access to source code (together with the Read flag) or write access to source code (together with the Write flag).
Write Enables handlers in the handlers collection that require write access to directories and files.
| +| `accessPolicy` | Optional flags attribute.

Specifies what level of access types for the entire handlers collection.

The **accessPolicy** attribute can be one of the following possible values. The default is `Read`.
Value Description
Execute Enables handlers in the handlers collection that require execute rights in directories and files.
None Disables all handlers in the handlers collection that require access to directories or files.
NoRemoteExecute Prevents handlers in the handlers collection from running executables when a handler receives a remote request.
NoRemoteRead Prevents handlers in the handlers collection from reading files when a handler receives a remote request.
NoRemoteScript Prevents handlers in the handlers collection from running scripts when a handler receives a remote request.
NoRemoteWrite Prevents handlers in the handlers collection from creating or changing files when a handler receives a remote request.
Read Enables handlers in the handlers collection that require read access to directories and files.
Script Enables handlers in the handlers collection that require script rights to directories or files.
Source Enables handlers in the handlers collection that require read access to source code (together with the Read flag) or write access to source code (together with the Write flag).
Write Enables handlers in the handlers collection that require write access to directories and files.
| + +> [!NOTE] +> The `accessPolicy` attribute is not an enforceable security policy but rather a filtering mechanism that determines which handlers execute based on their `requiredAccess` attribute when configured. A filtered handler is still part of the configuration and may be initialized, even though it will not be selected to execute based on this attribute. ### Child Elements diff --git a/iis/configuration/system.webServer/httpLogging.md b/iis/configuration/system.webServer/httpLogging.md index 547df1136..b737f6ca9 100644 --- a/iis/configuration/system.webServer/httpLogging.md +++ b/iis/configuration/system.webServer/httpLogging.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 9917491b-7298-4b67-9457-1686a1852dac msc.legacyurl: /configreference/system.webserver/httplogging msc.type: config +ms.custom: sfi-image-nochange --- # HTTP Logging <httpLogging> diff --git a/iis/configuration/system.webServer/management/authentication/credentials/add.md b/iis/configuration/system.webServer/management/authentication/credentials/add.md index 7f60b3ea5..963eb6778 100644 --- a/iis/configuration/system.webServer/management/authentication/credentials/add.md +++ b/iis/configuration/system.webServer/management/authentication/credentials/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3ee471c7-9217-4ede-9a7d-cf56d4d99524 msc.legacyurl: /configreference/system.webserver/management/authentication/credentials/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Management Authentication Credentials <add> diff --git a/iis/configuration/system.webServer/management/authentication/credentials/index.md b/iis/configuration/system.webServer/management/authentication/credentials/index.md index b3ef1e0aa..4dacfe552 100644 --- a/iis/configuration/system.webServer/management/authentication/credentials/index.md +++ b/iis/configuration/system.webServer/management/authentication/credentials/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 89e76258-0814-4d50-8da1-60db5f92f1c2 msc.legacyurl: /configreference/system.webserver/management/authentication/credentials msc.type: config +ms.custom: sfi-image-nochange --- # Management Authentication Credentials <credentials> diff --git a/iis/configuration/system.webServer/management/authentication/index.md b/iis/configuration/system.webServer/management/authentication/index.md index d23be46fa..4a87ecdca 100644 --- a/iis/configuration/system.webServer/management/authentication/index.md +++ b/iis/configuration/system.webServer/management/authentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3e5f44c5-bfde-4dc3-96c9-2a3d1f4257dd msc.legacyurl: /configreference/system.webserver/management/authentication msc.type: config +ms.custom: sfi-image-nochange --- # Management Authentication <authentication> diff --git a/iis/configuration/system.webServer/management/authentication/providers/add.md b/iis/configuration/system.webServer/management/authentication/providers/add.md index 3fb22d5c6..1b5c95d83 100644 --- a/iis/configuration/system.webServer/management/authentication/providers/add.md +++ b/iis/configuration/system.webServer/management/authentication/providers/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 85b2fe75-5625-4c16-9b83-cd5cfdcb581e msc.legacyurl: /configreference/system.webserver/management/authentication/providers/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Management Authentication Providers <add> diff --git a/iis/configuration/system.webServer/management/authentication/providers/index.md b/iis/configuration/system.webServer/management/authentication/providers/index.md index de3225229..af0b1f86c 100644 --- a/iis/configuration/system.webServer/management/authentication/providers/index.md +++ b/iis/configuration/system.webServer/management/authentication/providers/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6317cc57-e2d4-4dcf-96c7-11ea4a8247ae msc.legacyurl: /configreference/system.webserver/management/authentication/providers msc.type: config +ms.custom: sfi-image-nochange --- # Management Authentication Providers <providers> diff --git a/iis/configuration/system.webServer/management/authorization/authorizationRules/index.md b/iis/configuration/system.webServer/management/authorization/authorizationRules/index.md index 5b3a2720f..a04f5eb4b 100644 --- a/iis/configuration/system.webServer/management/authorization/authorizationRules/index.md +++ b/iis/configuration/system.webServer/management/authorization/authorizationRules/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 729a264b-3faa-4803-976d-413b89769cc0 msc.legacyurl: /configreference/system.webserver/management/authorization/authorizationrules msc.type: config +ms.custom: sfi-image-nochange --- # Management Authorization Rules <authorizationRules> diff --git a/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/add.md b/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/add.md index 82261224b..a1c969423 100644 --- a/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/add.md +++ b/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 86eea860-b481-457c-bde8-09e59c6eb858 msc.legacyurl: /configreference/system.webserver/management/authorization/authorizationrules/scope/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Management Authorization Rules Scope <add> diff --git a/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/index.md b/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/index.md index 240bc3b41..9c0e4c2ff 100644 --- a/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/index.md +++ b/iis/configuration/system.webServer/management/authorization/authorizationRules/scope/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: c1f0d444-5d46-4e41-8d90-45834ae8b677 msc.legacyurl: /configreference/system.webserver/management/authorization/authorizationrules/scope msc.type: config +ms.custom: sfi-image-nochange --- # Management Authorization Rules Scope <scope> diff --git a/iis/configuration/system.webServer/management/authorization/index.md b/iis/configuration/system.webServer/management/authorization/index.md index 56bf21cbd..58a7555c6 100644 --- a/iis/configuration/system.webServer/management/authorization/index.md +++ b/iis/configuration/system.webServer/management/authorization/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 71e9abac-672c-433d-8230-691ded87f336 msc.legacyurl: /configreference/system.webserver/management/authorization msc.type: config +ms.custom: sfi-image-nochange --- # Management Authorization <authorization> diff --git a/iis/configuration/system.webServer/management/authorization/providers/add.md b/iis/configuration/system.webServer/management/authorization/providers/add.md index 9b9b7f9e8..29aff5550 100644 --- a/iis/configuration/system.webServer/management/authorization/providers/add.md +++ b/iis/configuration/system.webServer/management/authorization/providers/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 2ffa0a51-95f0-4e94-bbe2-8706ddfcf4f9 msc.legacyurl: /configreference/system.webserver/management/authorization/providers/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Management Authorization Providers <add> diff --git a/iis/configuration/system.webServer/management/authorization/providers/index.md b/iis/configuration/system.webServer/management/authorization/providers/index.md index e231b9328..01bbd04d4 100644 --- a/iis/configuration/system.webServer/management/authorization/providers/index.md +++ b/iis/configuration/system.webServer/management/authorization/providers/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: dc3d33e0-bfc3-4cd9-b7fc-c8be44d705ba msc.legacyurl: /configreference/system.webserver/management/authorization/providers msc.type: config +ms.custom: sfi-image-nochange --- # Management Authorization Providers <providers> diff --git a/iis/configuration/system.webServer/management/index.md b/iis/configuration/system.webServer/management/index.md index 1e61e2821..57265bdd0 100644 --- a/iis/configuration/system.webServer/management/index.md +++ b/iis/configuration/system.webServer/management/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 160f5b83-b911-4434-aa0e-904b9ea565fe msc.legacyurl: /configreference/system.webserver/management msc.type: config +ms.custom: sfi-image-nochange --- # Management <management> diff --git a/iis/configuration/system.webServer/management/trustedProviders/add.md b/iis/configuration/system.webServer/management/trustedProviders/add.md index 30d1d5e00..2c818ff9a 100644 --- a/iis/configuration/system.webServer/management/trustedProviders/add.md +++ b/iis/configuration/system.webServer/management/trustedProviders/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 2d6832c1-140b-4011-ac4e-234cea55ed9a msc.legacyurl: /configreference/system.webserver/management/trustedproviders/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Management Trusted Providers <add> diff --git a/iis/configuration/system.webServer/management/trustedProviders/index.md b/iis/configuration/system.webServer/management/trustedProviders/index.md index bf2042375..6ba039dbd 100644 --- a/iis/configuration/system.webServer/management/trustedProviders/index.md +++ b/iis/configuration/system.webServer/management/trustedProviders/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a1ee8630-bcaa-4b41-a17f-d5d7921f35d7 msc.legacyurl: /configreference/system.webserver/management/trustedproviders msc.type: config +ms.custom: sfi-image-nochange --- # Management Trusted Providers <trustedProviders> diff --git a/iis/configuration/system.webServer/security/authentication/anonymousAuthentication.md b/iis/configuration/system.webServer/security/authentication/anonymousAuthentication.md index b265234d6..b59591ea1 100644 --- a/iis/configuration/system.webServer/security/authentication/anonymousAuthentication.md +++ b/iis/configuration/system.webServer/security/authentication/anonymousAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: e4e575b6-9269-4e4b-b194-ed910b36da2f msc.legacyurl: /configreference/system.webserver/security/authentication/anonymousauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Anonymous Authentication <anonymousAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/basicAuthentication.md b/iis/configuration/system.webServer/security/authentication/basicAuthentication.md index 962e13f8b..496b0f1de 100644 --- a/iis/configuration/system.webServer/security/authentication/basicAuthentication.md +++ b/iis/configuration/system.webServer/security/authentication/basicAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 5ff18e4c-180c-4c1b-8134-cc0b543f4d19 msc.legacyurl: /configreference/system.webserver/security/authentication/basicauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Basic Authentication <basicAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/clientCertificateMappingAuthentication.md b/iis/configuration/system.webServer/security/authentication/clientCertificateMappingAuthentication.md index a1f150601..52567471c 100644 --- a/iis/configuration/system.webServer/security/authentication/clientCertificateMappingAuthentication.md +++ b/iis/configuration/system.webServer/security/authentication/clientCertificateMappingAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 57b09ceb-1e5e-4639-ae86-858457d17b5b msc.legacyurl: /configreference/system.webserver/security/authentication/clientcertificatemappingauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Client Certificate Mapping Authentication <clientCertificateMappingAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/digestAuthentication.md b/iis/configuration/system.webServer/security/authentication/digestAuthentication.md index 2f595f6f1..7c520c7c6 100644 --- a/iis/configuration/system.webServer/security/authentication/digestAuthentication.md +++ b/iis/configuration/system.webServer/security/authentication/digestAuthentication.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6fdc9c0e-df32-48f6-8ff1-2ed189a5065b msc.legacyurl: /configreference/system.webserver/security/authentication/digestauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Digest Authentication <digestAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/index.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/index.md index 6286ce627..337127dac 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/index.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 18416b9b-f600-4475-8532-54b748f315c9 msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication msc.type: config +ms.custom: sfi-image-nochange --- # IIS Client Certificate Mapping Authentication <iisClientCertificateMappingAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/index.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/index.md index a0501d260..f80a362ce 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/index.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 82e36935-5d0f-48f2-9922-22ec544067aa msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/manytoonemappings/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Many-To-One Mappings <add> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/add.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/add.md index f7d5ccc44..7b8571bba 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/add.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a2b0156b-7d6b-4e31-9014-a170547b1d2b msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/manytoonemappings/add/rules/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Many-To-One Mappings Rules <add> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/index.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/index.md index b760cb3db..46bd91279 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/index.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/add/rules/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: e6f02499-f461-4122-9686-3f46f62b4c44 msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/manytoonemappings/add/rules msc.type: config +ms.custom: sfi-image-nochange --- # Many-To-One Mappings Rules <rules> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/index.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/index.md index 0a9ce4922..cebdd7c98 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/index.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/manyToOneMappings/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 54640e6b-d101-4071-90b0-26499ea0dc0a msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/manytoonemappings msc.type: config +ms.custom: sfi-image-nochange --- # Many-To-One Mappings <manyToOneMappings> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/add.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/add.md index d94c032ca..f80f23254 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/add.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 1f2a0b29-db4a-420e-99ba-81c2f1595732 msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/onetoonemappings/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding One-To-One Mappings <add> diff --git a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/index.md b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/index.md index 809e744ae..f18ae30b0 100644 --- a/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/index.md +++ b/iis/configuration/system.webServer/security/authentication/iisClientCertificateMappingAuthentication/oneToOneMappings/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 38d0993f-5aca-48a9-bddb-e2fb14610f2d msc.legacyurl: /configreference/system.webserver/security/authentication/iisclientcertificatemappingauthentication/onetoonemappings msc.type: config +ms.custom: sfi-image-nochange --- # One-To-One Mappings <oneToOneMappings> diff --git a/iis/configuration/system.webServer/security/authentication/index.md b/iis/configuration/system.webServer/security/authentication/index.md index 5abcb2a8d..22a84fef0 100644 --- a/iis/configuration/system.webServer/security/authentication/index.md +++ b/iis/configuration/system.webServer/security/authentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: b1f83ca8-7395-4f55-96e0-c589dba20f89 msc.legacyurl: /configreference/system.webserver/security/authentication msc.type: config +ms.custom: sfi-image-nochange --- # Security Authentication <authentication> diff --git a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/index.md b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/index.md index 7f1b05141..f8bf70637 100644 --- a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/index.md +++ b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 9d5ad70d-1f3e-4414-99ad-586c7a83be94 msc.legacyurl: /configreference/system.webserver/security/authentication/windowsauthentication/extendedprotection msc.type: config +ms.custom: sfi-image-nochange --- # Windows Extended Protection <extendedProtection> diff --git a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn.md b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn.md index 67f421028..35eee74e1 100644 --- a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn.md +++ b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/extendedProtection/spn.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 055f0622-955d-49c8-989a-897bb9c7e22e msc.legacyurl: /configreference/system.webserver/security/authentication/windowsauthentication/extendedprotection/spn msc.type: config +ms.custom: sfi-image-nochange --- # Service Principal Name <spn> diff --git a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/index.md b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/index.md index 3853f5de3..b02aff3b6 100644 --- a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/index.md +++ b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 0d453336-cfb0-401f-a04b-ff67da721b96 msc.legacyurl: /configreference/system.webserver/security/authentication/windowsauthentication msc.type: config +ms.custom: sfi-image-nochange --- # Windows Authentication <windowsAuthentication> diff --git a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add.md b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add.md index cc35ad872..5b569a76c 100644 --- a/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add.md +++ b/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: cce1bd04-ab3c-44f2-a2e1-6a8403bba008 msc.legacyurl: /configreference/system.webserver/security/authentication/windowsauthentication/providers/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Windows Authentication Providers <add> diff --git a/iis/configuration/system.webServer/security/authorization/add.md b/iis/configuration/system.webServer/security/authorization/add.md index f86b6f6fe..07dbdb62f 100644 --- a/iis/configuration/system.webServer/security/authorization/add.md +++ b/iis/configuration/system.webServer/security/authorization/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: be1ace43-25a7-431b-8354-40ea6a2770f5 msc.legacyurl: /configreference/system.webserver/security/authorization/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Security Authorization <add> diff --git a/iis/configuration/system.webServer/security/authorization/index.md b/iis/configuration/system.webServer/security/authorization/index.md index c5073a17c..4b4b38fed 100644 --- a/iis/configuration/system.webServer/security/authorization/index.md +++ b/iis/configuration/system.webServer/security/authorization/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a1443363-11a3-4ee7-bb3e-1080a5f4efca msc.legacyurl: /configreference/system.webserver/security/authorization msc.type: config +ms.custom: sfi-image-nochange --- # Security Authorization <authorization> diff --git a/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByConcurrentRequests.md b/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByConcurrentRequests.md index a8f83c9e5..65c4c992c 100644 --- a/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByConcurrentRequests.md +++ b/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByConcurrentRequests.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 24fba3da-5474-4f1c-b8da-113d93316757 msc.legacyurl: /configreference/system.webserver/security/dynamicipsecurity/denybyconcurrentrequests msc.type: config +ms.custom: sfi-image-nochange --- # Deny by Concurrent Requests <denyByConcurrentRequests> diff --git a/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByRequestRate.md b/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByRequestRate.md index cef649609..fda116c2c 100644 --- a/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByRequestRate.md +++ b/iis/configuration/system.webServer/security/dynamicIpSecurity/denyByRequestRate.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 8f0bd47d-adf6-4738-978d-8071b2747048 msc.legacyurl: /configreference/system.webserver/security/dynamicipsecurity/denybyrequestrate msc.type: config +ms.custom: sfi-image-nochange --- # Deny by Request Rate <denyByRequestRate> diff --git a/iis/configuration/system.webServer/security/dynamicIpSecurity/index.md b/iis/configuration/system.webServer/security/dynamicIpSecurity/index.md index 0bd1026f8..90c09934b 100644 --- a/iis/configuration/system.webServer/security/dynamicIpSecurity/index.md +++ b/iis/configuration/system.webServer/security/dynamicIpSecurity/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6990bc31-c315-4e89-acaa-e9ee7a9a39b2 msc.legacyurl: /configreference/system.webserver/security/dynamicipsecurity msc.type: config +ms.custom: sfi-image-nochange --- # Dynamic IP Security <dynamicIpSecurity> diff --git a/iis/configuration/system.webServer/security/index.md b/iis/configuration/system.webServer/security/index.md index 3829e5737..3af35f46f 100644 --- a/iis/configuration/system.webServer/security/index.md +++ b/iis/configuration/system.webServer/security/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: b583b326-255b-4f0b-893b-8e49a75579ed msc.legacyurl: /configreference/system.webserver/security msc.type: config +ms.custom: sfi-image-nochange --- # Security <security> diff --git a/iis/configuration/system.webServer/security/ipSecurity/add.md b/iis/configuration/system.webServer/security/ipSecurity/add.md index d5867649e..55972ae1a 100644 --- a/iis/configuration/system.webServer/security/ipSecurity/add.md +++ b/iis/configuration/system.webServer/security/ipSecurity/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3927dd7a-73a8-4348-a3d2-1a359f5d5fc1 msc.legacyurl: /configreference/system.webserver/security/ipsecurity/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding IP Security <add> diff --git a/iis/configuration/system.webServer/security/ipSecurity/index.md b/iis/configuration/system.webServer/security/ipSecurity/index.md index 3e4f13cc2..f446e7f5b 100644 --- a/iis/configuration/system.webServer/security/ipSecurity/index.md +++ b/iis/configuration/system.webServer/security/ipSecurity/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 0ac9aacd-38da-42d0-b3ac-b4bb78e6a282 msc.legacyurl: /configreference/system.webserver/security/ipsecurity msc.type: config +ms.custom: sfi-image-nochange --- # IP Security <ipSecurity> diff --git a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/add.md b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/add.md index 940f48f29..b7884cdf0 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: d644c2cd-8fac-42be-b063-b96b6081029b msc.legacyurl: /configreference/system.webserver/security/requestfiltering/alwaysallowedquerystrings/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Query Strings That Will Always Be Allowed <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/index.md b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/index.md index 95631eb00..247d3e436 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedQueryStrings/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 6edd56a4-101f-4dc9-b24a-99625ac1ed49 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/alwaysallowedquerystrings msc.type: config +ms.custom: sfi-image-nochange --- # Always Allowed Query Strings <alwaysAllowedQueryStrings> diff --git a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedUrls/add.md b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedUrls/add.md index f7c565f31..31673b676 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedUrls/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedUrls/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: e3447704-ce26-4b64-af17-7a217b8f980d msc.legacyurl: /configreference/system.webserver/security/requestfiltering/alwaysallowedurls/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding URLs That Will Always Be Allowed <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/denyQueryStringSequences/index.md b/iis/configuration/system.webServer/security/requestFiltering/denyQueryStringSequences/index.md index 9c258c271..5ba4af263 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/denyQueryStringSequences/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/denyQueryStringSequences/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a3dacc6a-885d-4d0a-a798-92d3b7fa1977 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/denyquerystringsequences msc.type: config +ms.custom: sfi-image-nochange --- # Deny Query String Sequences <denyQueryStringSequences> diff --git a/iis/configuration/system.webServer/security/requestFiltering/denyUrlSequences/add.md b/iis/configuration/system.webServer/security/requestFiltering/denyUrlSequences/add.md index a43af866c..e1743d69c 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/denyUrlSequences/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/denyUrlSequences/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3333e5ce-6a4e-41c7-8bbd-b8d65fc7cc0c msc.legacyurl: /configreference/system.webserver/security/requestfiltering/denyurlsequences/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding URL Sequences To Deny <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/fileExtensions/add.md b/iis/configuration/system.webServer/security/requestFiltering/fileExtensions/add.md index 865a67a22..5db6df159 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/fileExtensions/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/fileExtensions/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 1fe8634d-efea-4d6e-ba95-222a28eae61c msc.legacyurl: /configreference/system.webserver/security/requestfiltering/fileextensions/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding File Name Extensions <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/add.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/add.md index 604cff79b..955fa75ce 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: f5af4a52-94b0-4e2b-a9b6-b23ea0f46488 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules/filteringrule/appliesto/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding File Name Extensions for Filtering Rules <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/index.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/index.md index de9414124..d17742d38 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/appliesTo/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 082f8653-8f71-4f73-b740-d93b13bcc946 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules/filteringrule/appliesto msc.type: config +ms.custom: sfi-image-nochange --- # File Name Extensions for Filtering Rules <appliesTo> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/denyStrings/add.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/denyStrings/add.md index 6bf65ff1b..4b41438f6 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/denyStrings/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/denyStrings/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 01b718a1-96e1-4964-9658-0d672db3c40e msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules/filteringrule/denystrings/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Deny Strings for Filtering Rules <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/index.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/index.md index 293bb96de..27cbbcb42 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 0127d833-3d44-4e38-a2b3-f8ba6628e972 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules/filteringrule msc.type: config +ms.custom: sfi-image-nochange --- # Request Filtering Rule <filteringRule> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/scanHeaders/index.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/scanHeaders/index.md index e5d21a7b8..be5c935da 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/scanHeaders/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/filteringRule/scanHeaders/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 58752f95-b570-4175-9f4d-ab0cdf7ca18d msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules/filteringrule/scanheaders msc.type: config +ms.custom: sfi-image-nochange --- # HTTP Headers for Filtering Rules <scanHeaders> diff --git a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/index.md b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/index.md index 9f10e6833..c32da05e4 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/filteringRules/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/filteringRules/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: af41ce80-db79-4d01-9749-368c2ee16f8e msc.legacyurl: /configreference/system.webserver/security/requestfiltering/filteringrules msc.type: config +ms.custom: sfi-image-nochange --- # Request Filtering Rules <filteringRules> diff --git a/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/add.md b/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/add.md index d76b18c00..0d07dda26 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 8ac7f527-f52b-42d6-b28b-6c54e1a394c5 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/hiddensegments/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Hidden Segments <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/index.md b/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/index.md index fb35056b5..76a466776 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/hiddenSegments/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: f86aac33-fed5-4ed5-bb1e-6d368e8f0b63 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/hiddensegments msc.type: config +ms.custom: sfi-image-nochange --- # Hidden Segments <hiddenSegments> diff --git a/iis/configuration/system.webServer/security/requestFiltering/index.md b/iis/configuration/system.webServer/security/requestFiltering/index.md index 159d1622f..a931450a0 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 882ed66b-f818-48f1-9c22-be8253d9fe26 msc.legacyurl: /configreference/system.webserver/security/requestfiltering msc.type: config +ms.custom: sfi-image-nochange --- # Request Filtering <requestFiltering> diff --git a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/add.md b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/add.md index 821520cb0..cfdd3f79d 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: ed58e5e5-2149-4a6d-8f1f-2c35d3872bf4 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/requestlimits/headerlimits/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Header Limits <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/index.md b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/index.md index c9328ca60..fe30c583a 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/headerLimits/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: 3de8bcbd-017a-4424-a523-6c811a5721d2 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/requestlimits/headerlimits msc.type: config +ms.custom: sfi-image-nochange --- # Header Limits <headerLimits> diff --git a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/index.md b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/index.md index 61f2fa1e7..fcd2a1fb3 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/requestLimits/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/requestLimits/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: fc81cac6-60f9-4699-808b-8082fad4fe1c msc.legacyurl: /configreference/system.webserver/security/requestfiltering/requestlimits msc.type: config +ms.custom: sfi-image-nochange --- # Request Limits <requestLimits> diff --git a/iis/configuration/system.webServer/security/requestFiltering/verbs/add.md b/iis/configuration/system.webServer/security/requestFiltering/verbs/add.md index 404d55a55..491ca6388 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/verbs/add.md +++ b/iis/configuration/system.webServer/security/requestFiltering/verbs/add.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: a6b40fce-a571-459f-a691-527ec712bad8 msc.legacyurl: /configreference/system.webserver/security/requestfiltering/verbs/add msc.type: config +ms.custom: sfi-image-nochange --- # Adding Verbs <add> diff --git a/iis/configuration/system.webServer/security/requestFiltering/verbs/index.md b/iis/configuration/system.webServer/security/requestFiltering/verbs/index.md index f07a828a0..c83c4352b 100644 --- a/iis/configuration/system.webServer/security/requestFiltering/verbs/index.md +++ b/iis/configuration/system.webServer/security/requestFiltering/verbs/index.md @@ -6,6 +6,7 @@ ms.date: 09/26/2016 ms.assetid: fd402a22-694b-4982-a82d-189ce7be938a msc.legacyurl: /configreference/system.webserver/security/requestfiltering/verbs msc.type: config +ms.custom: sfi-image-nochange --- # Verbs <verbs> diff --git a/iis/develop/developing-for-ftp/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions.md b/iis/develop/developing-for-ftp/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions.md index ca834081e..08130d334 100644 --- a/iis/develop/developing-for-ftp/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions.md +++ b/iis/develop/developing-for-ftp/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions.md @@ -6,6 +6,7 @@ ms.date: 08/06/2009 ms.assetid: ee23f7b8-5500-411f-9050-91410c0f3dfc msc.legacyurl: /learn/develop/developing-for-ftp/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-with-dynamic-ip-restrictions msc.type: authoredcontent +ms.custom: sfi-ropc-nochange --- # Create an FTP Authentication Provider with Dynamic IP Restrictions diff --git a/iis/develop/extending-the-management-ui/how-to-create-a-simple-iis-manager-module.md b/iis/develop/extending-the-management-ui/how-to-create-a-simple-iis-manager-module.md index ded48cb8f..c82dd959f 100644 --- a/iis/develop/extending-the-management-ui/how-to-create-a-simple-iis-manager-module.md +++ b/iis/develop/extending-the-management-ui/how-to-create-a-simple-iis-manager-module.md @@ -6,6 +6,7 @@ ms.date: 12/18/2007 ms.assetid: 11c97725-af4a-43fb-9cb4-41d082ac7271 msc.legacyurl: /learn/develop/extending-the-management-ui/how-to-create-a-simple-iis-manager-module msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # How to Create a Simple IIS Manager Module diff --git a/iis/develop/extending-the-management-ui/understanding-ui-extension-authoring.md b/iis/develop/extending-the-management-ui/understanding-ui-extension-authoring.md index c8c9d4607..1e237a59d 100644 --- a/iis/develop/extending-the-management-ui/understanding-ui-extension-authoring.md +++ b/iis/develop/extending-the-management-ui/understanding-ui-extension-authoring.md @@ -6,6 +6,7 @@ ms.date: 05/21/2008 ms.assetid: 65a11a66-0246-4aa9-b532-a7832ab46401 msc.legacyurl: /learn/develop/extending-the-management-ui/understanding-ui-extension-authoring msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Understanding UI Extension Authoring diff --git a/iis/develop/runtime-extensibility/an-end-to-end-extensibility-example-for-iis-developers.md b/iis/develop/runtime-extensibility/an-end-to-end-extensibility-example-for-iis-developers.md index 121647d99..728c8c48e 100644 --- a/iis/develop/runtime-extensibility/an-end-to-end-extensibility-example-for-iis-developers.md +++ b/iis/develop/runtime-extensibility/an-end-to-end-extensibility-example-for-iis-developers.md @@ -6,6 +6,7 @@ ms.date: 11/24/2007 ms.assetid: dc56d2a3-5097-4c93-977a-6e13f4caec76 msc.legacyurl: /learn/develop/runtime-extensibility/an-end-to-end-extensibility-example-for-iis-developers msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # An End-to-End Extensibility Example for IIS 7.0 Developers diff --git a/iis/develop/using-visual-studio-with-iis/using-visual-studio-2005-with-iis.md b/iis/develop/using-visual-studio-with-iis/using-visual-studio-2005-with-iis.md index 74dca2e30..a4800569e 100644 --- a/iis/develop/using-visual-studio-with-iis/using-visual-studio-2005-with-iis.md +++ b/iis/develop/using-visual-studio-with-iis/using-visual-studio-2005-with-iis.md @@ -6,6 +6,7 @@ ms.date: 04/01/2008 ms.assetid: 0be877e5-57d6-4a5a-867e-0d0495dc3e0c msc.legacyurl: /learn/develop/using-visual-studio-with-iis/using-visual-studio-2005-with-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Visual Studio 2005 with IIS 7.0 diff --git a/iis/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis.md b/iis/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis.md index f5a6407c2..b3473d09b 100644 --- a/iis/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis.md +++ b/iis/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis.md @@ -6,6 +6,7 @@ ms.date: 03/12/2008 ms.assetid: 6c1189e2-07b7-43c9-b91a-fe2467e9414e msc.legacyurl: /learn/develop/using-visual-studio-with-iis/using-visual-studio-2008-with-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Visual Studio 2008 with IIS 7 diff --git a/iis/docfx.json b/iis/docfx.json index d3c16f56e..98e9f4eae 100644 --- a/iis/docfx.json +++ b/iis/docfx.json @@ -74,6 +74,9 @@ "web-development-reference/native-code-api-reference/**/*.md": "reference", "extensions/database-manager-reference/**/*.md": "reference", "wmi-provider/**/*.md": "reference" + }, + "ms.update-cycle": { + "**/**.{md,yml}": "3650-days" } }, "template": [], diff --git a/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging.md b/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging.md index 4215aeafc..ccfc21140 100644 --- a/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging.md +++ b/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging.md @@ -6,6 +6,7 @@ ms.date: 03/18/2009 ms.assetid: 88378b76-cb79-4b74-b07d-e293e709e4d1 msc.legacyurl: /learn/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Advanced Logging for IIS - Custom Logging diff --git a/iis/extensions/configuring-application-request-routing-arr/achieving-high-availability-and-scalability-arr-and-nlb.md b/iis/extensions/configuring-application-request-routing-arr/achieving-high-availability-and-scalability-arr-and-nlb.md index e4bc88f9a..8b0bd3cf7 100644 --- a/iis/extensions/configuring-application-request-routing-arr/achieving-high-availability-and-scalability-arr-and-nlb.md +++ b/iis/extensions/configuring-application-request-routing-arr/achieving-high-availability-and-scalability-arr-and-nlb.md @@ -6,6 +6,7 @@ ms.date: 11/13/2008 ms.assetid: 68b31d24-2e79-44ca-9a24-8e0dcb554b22 msc.legacyurl: /learn/extensions/configuring-application-request-routing-arr/achieving-high-availability-and-scalability-arr-and-nlb msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Achieving High Availability and Scalability - ARR and NLB diff --git a/iis/extensions/configuring-application-request-routing-arr/using-multiple-instances-of-application-request-routing-arr-servers.md b/iis/extensions/configuring-application-request-routing-arr/using-multiple-instances-of-application-request-routing-arr-servers.md index ca23f95bc..36c2955d5 100644 --- a/iis/extensions/configuring-application-request-routing-arr/using-multiple-instances-of-application-request-routing-arr-servers.md +++ b/iis/extensions/configuring-application-request-routing-arr/using-multiple-instances-of-application-request-routing-arr-servers.md @@ -6,6 +6,7 @@ ms.date: 11/13/2008 ms.assetid: f3cb716e-c182-4975-afe0-d8c8b2172998 msc.legacyurl: /learn/extensions/configuring-application-request-routing-arr/using-multiple-instances-of-application-request-routing-arr-servers msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Multiple Instances of Application Request Routing (ARR) Servers diff --git a/iis/extensions/database-manager-reference/column-allownulls-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-allownulls-property-microsoft-web-management-databasemanager.md index 0222e6c36..c1af8c165 100644 --- a/iis/extensions/database-manager-reference/column-allownulls-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-allownulls-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.AllowNulls Property diff --git a/iis/extensions/database-manager-reference/column-defaultvalue-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-defaultvalue-property-microsoft-web-management-databasemanager.md index df2a4a9d5..2b8c38dbc 100644 --- a/iis/extensions/database-manager-reference/column-defaultvalue-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-defaultvalue-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.DefaultValue Property diff --git a/iis/extensions/database-manager-reference/column-haschanges-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-haschanges-method-microsoft-web-management-databasemanager.md index 46fbc144e..41c06cba5 100644 --- a/iis/extensions/database-manager-reference/column-haschanges-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-haschanges-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.HasChanges Method diff --git a/iis/extensions/database-manager-reference/column-inprimarykey-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-inprimarykey-property-microsoft-web-management-databasemanager.md index e3aef815d..4f7a05861 100644 --- a/iis/extensions/database-manager-reference/column-inprimarykey-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-inprimarykey-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.InPrimaryKey Property diff --git a/iis/extensions/database-manager-reference/column-isidentity-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-isidentity-property-microsoft-web-management-databasemanager.md index 0c53a628b..a33247d62 100644 --- a/iis/extensions/database-manager-reference/column-isidentity-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-isidentity-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.IsIdentity Property diff --git a/iis/extensions/database-manager-reference/column-ismarkedfordelete-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-ismarkedfordelete-property-microsoft-web-management-databasemanager.md index 3fb328a5b..002e95b89 100644 --- a/iis/extensions/database-manager-reference/column-ismarkedfordelete-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-ismarkedfordelete-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.IsMarkedForDelete Property diff --git a/iis/extensions/database-manager-reference/column-isnew-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-isnew-property-microsoft-web-management-databasemanager.md index dbb352400..65140dab1 100644 --- a/iis/extensions/database-manager-reference/column-isnew-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-isnew-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.IsNew Property diff --git a/iis/extensions/database-manager-reference/column-length-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-length-property-microsoft-web-management-databasemanager.md index 777951d07..1578e8531 100644 --- a/iis/extensions/database-manager-reference/column-length-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-length-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.Length Property diff --git a/iis/extensions/database-manager-reference/column-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-name-property-microsoft-web-management-databasemanager.md index 45593ae2e..7c6c3cdf9 100644 --- a/iis/extensions/database-manager-reference/column-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.Name Property diff --git a/iis/extensions/database-manager-reference/column-originalname-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-originalname-property-microsoft-web-management-databasemanager.md index 8d69c3251..88224a521 100644 --- a/iis/extensions/database-manager-reference/column-originalname-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-originalname-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.OriginalName Property diff --git a/iis/extensions/database-manager-reference/column-precision-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-precision-property-microsoft-web-management-databasemanager.md index fb1cd45a9..8c35cca8d 100644 --- a/iis/extensions/database-manager-reference/column-precision-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-precision-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.Precision Property diff --git a/iis/extensions/database-manager-reference/column-scale-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-scale-property-microsoft-web-management-databasemanager.md index decc55aaf..5df101dc2 100644 --- a/iis/extensions/database-manager-reference/column-scale-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-scale-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.Scale Property diff --git a/iis/extensions/database-manager-reference/column-typeinfo-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/column-typeinfo-property-microsoft-web-management-databasemanager.md index 145f876b0..9e786a08b 100644 --- a/iis/extensions/database-manager-reference/column-typeinfo-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/column-typeinfo-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Column.TypeInfo Property diff --git a/iis/extensions/database-manager-reference/columnchanges-enumeration-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columnchanges-enumeration-microsoft-web-management-databasemanager.md index c675bcba3..82dde663f 100644 --- a/iis/extensions/database-manager-reference/columnchanges-enumeration-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columnchanges-enumeration-microsoft-web-management-databasemanager.md @@ -45,6 +45,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnChanges Enumeration diff --git a/iis/extensions/database-manager-reference/columndatainfo-columnname-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columndatainfo-columnname-property-microsoft-web-management-databasemanager.md index 6e34a5a26..66a2a81cf 100644 --- a/iis/extensions/database-manager-reference/columndatainfo-columnname-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columndatainfo-columnname-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnDataInfo.ColumnName Property diff --git a/iis/extensions/database-manager-reference/columndatainfo-isedited-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columndatainfo-isedited-property-microsoft-web-management-databasemanager.md index 07cb7a4e9..a792cfd80 100644 --- a/iis/extensions/database-manager-reference/columndatainfo-isedited-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columndatainfo-isedited-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnDataInfo.IsEdited Property diff --git a/iis/extensions/database-manager-reference/columndatainfo-newvalue-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columndatainfo-newvalue-property-microsoft-web-management-databasemanager.md index b6ac525f3..016e702f3 100644 --- a/iis/extensions/database-manager-reference/columndatainfo-newvalue-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columndatainfo-newvalue-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnDataInfo.NewValue Property diff --git a/iis/extensions/database-manager-reference/columndatainfo-originalvalue-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columndatainfo-originalvalue-property-microsoft-web-management-databasemanager.md index 31ff54765..27ede9f2c 100644 --- a/iis/extensions/database-manager-reference/columndatainfo-originalvalue-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columndatainfo-originalvalue-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnDataInfo.OriginalValue Property diff --git a/iis/extensions/database-manager-reference/columndatainfo-typeinfo-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/columndatainfo-typeinfo-property-microsoft-web-management-databasemanager.md index ae8538edc..8904161e9 100644 --- a/iis/extensions/database-manager-reference/columndatainfo-typeinfo-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/columndatainfo-typeinfo-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ColumnDataInfo.TypeInfo Property diff --git a/iis/extensions/database-manager-reference/connectionargument-class-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-class-microsoft-web-management-databasemanager.md index 6b4eb147c..fed30074a 100644 --- a/iis/extensions/database-manager-reference/connectionargument-class-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-class-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument Class diff --git a/iis/extensions/database-manager-reference/connectionargument-defaultvalue-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-defaultvalue-property-microsoft-web-management-databasemanager.md index d64ef7e2c..9b9605255 100644 --- a/iis/extensions/database-manager-reference/connectionargument-defaultvalue-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-defaultvalue-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument.DefaultValue Property diff --git a/iis/extensions/database-manager-reference/connectionargument-ispassword-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-ispassword-property-microsoft-web-management-databasemanager.md index d1d8d8237..2eb8f5b5b 100644 --- a/iis/extensions/database-manager-reference/connectionargument-ispassword-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-ispassword-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument.IsPassword Property diff --git a/iis/extensions/database-manager-reference/connectionargument-isrequired-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-isrequired-property-microsoft-web-management-databasemanager.md index e19fc9e71..e955c5b88 100644 --- a/iis/extensions/database-manager-reference/connectionargument-isrequired-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-isrequired-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument.IsRequired Property diff --git a/iis/extensions/database-manager-reference/connectionargument-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-name-property-microsoft-web-management-databasemanager.md index a26bb2165..594e3440e 100644 --- a/iis/extensions/database-manager-reference/connectionargument-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument.Name Property diff --git a/iis/extensions/database-manager-reference/connectionargument-value-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/connectionargument-value-property-microsoft-web-management-databasemanager.md index 3dcf50cde..bee2fd908 100644 --- a/iis/extensions/database-manager-reference/connectionargument-value-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/connectionargument-value-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ConnectionArgument.Value Property diff --git a/iis/extensions/database-manager-reference/databaseinfo-supportsschemas-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseinfo-supportsschemas-property-microsoft-web-management-databasemanager.md index 7bc29ec47..148f56897 100644 --- a/iis/extensions/database-manager-reference/databaseinfo-supportsschemas-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseinfo-supportsschemas-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseInfo.SupportsSchemas Property diff --git a/iis/extensions/database-manager-reference/databaseprovider-calculateconnectionstring-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-calculateconnectionstring-method-microsoft-web-management-databasemanager.md index d4b6c328b..ae14c1182 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-calculateconnectionstring-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-calculateconnectionstring-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.CalculateConnectionString Method diff --git a/iis/extensions/database-manager-reference/databaseprovider-class-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-class-microsoft-web-management-databasemanager.md index 00a722118..9d112b3aa 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-class-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-class-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider Class diff --git a/iis/extensions/database-manager-reference/databaseprovider-connectionstringarguments-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-connectionstringarguments-property-microsoft-web-management-databasemanager.md index fba553596..b020434aa 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-connectionstringarguments-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-connectionstringarguments-property-microsoft-web-management-databasemanager.md @@ -25,6 +25,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.ConnectionStringArguments Property diff --git a/iis/extensions/database-manager-reference/databaseprovider-executequery-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-executequery-method-microsoft-web-management-databasemanager.md index a31c9f09c..fbef94e64 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-executequery-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-executequery-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.ExecuteQuery Method diff --git a/iis/extensions/database-manager-reference/databaseprovider-getdatabasehostname-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-getdatabasehostname-method-microsoft-web-management-databasemanager.md index f0ba56ebc..54657a4b8 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-getdatabasehostname-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-getdatabasehostname-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.GetDatabaseHostName Method diff --git a/iis/extensions/database-manager-reference/databaseprovider-getdatabaseinfo-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-getdatabaseinfo-method-microsoft-web-management-databasemanager.md index 3bbf05634..a526987ac 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-getdatabaseinfo-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-getdatabaseinfo-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.GetDatabaseInfo Method diff --git a/iis/extensions/database-manager-reference/databaseprovider-getservertypes-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-getservertypes-method-microsoft-web-management-databasemanager.md index 264fc6267..da55bdd6b 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-getservertypes-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-getservertypes-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.GetServerTypes Method diff --git a/iis/extensions/database-manager-reference/databaseprovider-methods-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-methods-microsoft-web-management-databasemanager.md index cfc60472b..11f98da9b 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-methods-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-methods-microsoft-web-management-databasemanager.md @@ -7,6 +7,7 @@ ms:mtpsurl: https://msdn.microsoft.com/library/microsoft.web.management.database ms:contentKeyID: 20476407 ms.date: 05/02/2012 mtps_version: v=VS.90 +ms.custom: sfi-ropc-nochange --- # DatabaseProvider Methods diff --git a/iis/extensions/database-manager-reference/databaseprovider-properties-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-properties-microsoft-web-management-databasemanager.md index aa1871032..80c0db716 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-properties-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-properties-microsoft-web-management-databasemanager.md @@ -7,6 +7,7 @@ ms:mtpsurl: https://msdn.microsoft.com/library/microsoft.web.management.database ms:contentKeyID: 20476420 ms.date: 05/02/2012 mtps_version: v=VS.90 +ms.custom: sfi-ropc-nochange --- # DatabaseProvider Properties diff --git a/iis/extensions/database-manager-reference/databaseprovider-testconnection-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/databaseprovider-testconnection-method-microsoft-web-management-databasemanager.md index 9c5bcdecf..87f919287 100644 --- a/iis/extensions/database-manager-reference/databaseprovider-testconnection-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/databaseprovider-testconnection-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # DatabaseProvider.TestConnection Method diff --git a/iis/extensions/database-manager-reference/foreignkey-fkcolumns-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-fkcolumns-property-microsoft-web-management-databasemanager.md index 8ad6e6c51..794a539b2 100644 --- a/iis/extensions/database-manager-reference/foreignkey-fkcolumns-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-fkcolumns-property-microsoft-web-management-databasemanager.md @@ -25,6 +25,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.FKColumns Property diff --git a/iis/extensions/database-manager-reference/foreignkey-fktablename-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-fktablename-property-microsoft-web-management-databasemanager.md index fe220a41e..a2c7111d6 100644 --- a/iis/extensions/database-manager-reference/foreignkey-fktablename-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-fktablename-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.FKTableName Property diff --git a/iis/extensions/database-manager-reference/foreignkey-fktableschema-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-fktableschema-property-microsoft-web-management-databasemanager.md index dd0088e6d..32c849eaf 100644 --- a/iis/extensions/database-manager-reference/foreignkey-fktableschema-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-fktableschema-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.FKTableSchema Property diff --git a/iis/extensions/database-manager-reference/foreignkey-isnew-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-isnew-property-microsoft-web-management-databasemanager.md index b5c658a16..b1d775337 100644 --- a/iis/extensions/database-manager-reference/foreignkey-isnew-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-isnew-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.IsNew Property diff --git a/iis/extensions/database-manager-reference/foreignkey-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-name-property-microsoft-web-management-databasemanager.md index 49f247dc5..7a87fcb47 100644 --- a/iis/extensions/database-manager-reference/foreignkey-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.Name Property diff --git a/iis/extensions/database-manager-reference/foreignkey-originalname-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-originalname-property-microsoft-web-management-databasemanager.md index 893b3a288..91d14b5e6 100644 --- a/iis/extensions/database-manager-reference/foreignkey-originalname-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-originalname-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.OriginalName Property diff --git a/iis/extensions/database-manager-reference/foreignkey-pkcolumns-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-pkcolumns-property-microsoft-web-management-databasemanager.md index 6cec68a6d..fa981e2d2 100644 --- a/iis/extensions/database-manager-reference/foreignkey-pkcolumns-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-pkcolumns-property-microsoft-web-management-databasemanager.md @@ -25,6 +25,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.PKColumns Property diff --git a/iis/extensions/database-manager-reference/foreignkey-pktablename-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-pktablename-property-microsoft-web-management-databasemanager.md index e1c35807d..52e0d6e7a 100644 --- a/iis/extensions/database-manager-reference/foreignkey-pktablename-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-pktablename-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.PKTableName Property diff --git a/iis/extensions/database-manager-reference/foreignkey-pktableschema-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkey-pktableschema-property-microsoft-web-management-databasemanager.md index 76b897e36..725e382b4 100644 --- a/iis/extensions/database-manager-reference/foreignkey-pktableschema-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkey-pktableschema-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKey.PKTableSchema Property diff --git a/iis/extensions/database-manager-reference/foreignkeychanges-enumeration-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkeychanges-enumeration-microsoft-web-management-databasemanager.md index 5c1701c1e..672fc9b65 100644 --- a/iis/extensions/database-manager-reference/foreignkeychanges-enumeration-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkeychanges-enumeration-microsoft-web-management-databasemanager.md @@ -29,6 +29,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKeyChanges Enumeration diff --git a/iis/extensions/database-manager-reference/foreignkeycolumn-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/foreignkeycolumn-name-property-microsoft-web-management-databasemanager.md index 4d94107aa..848f38199 100644 --- a/iis/extensions/database-manager-reference/foreignkeycolumn-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/foreignkeycolumn-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # ForeignKeyColumn.Name Property diff --git a/iis/extensions/database-manager-reference/idbbackupmanager-createbackup-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbbackupmanager-createbackup-method-microsoft-web-management-databasemanager.md index 9afc30494..ee99cedbd 100644 --- a/iis/extensions/database-manager-reference/idbbackupmanager-createbackup-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbbackupmanager-createbackup-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbBackupManager.CreateBackup Method diff --git a/iis/extensions/database-manager-reference/idbcustombackuprestoremanager-listbackups-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbcustombackuprestoremanager-listbackups-method-microsoft-web-management-databasemanager.md index f4be6bd34..4dbe9baca 100644 --- a/iis/extensions/database-manager-reference/idbcustombackuprestoremanager-listbackups-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbcustombackuprestoremanager-listbackups-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbCustomBackupRestoreManager.ListBackups Method diff --git a/iis/extensions/database-manager-reference/idbrestoremanager-restorebackup-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbrestoremanager-restorebackup-method-microsoft-web-management-databasemanager.md index 550f89167..0694714d1 100644 --- a/iis/extensions/database-manager-reference/idbrestoremanager-restorebackup-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbrestoremanager-restorebackup-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbRestoreManager.RestoreBackup Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-dropprocedure-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-dropprocedure-method-microsoft-web-management-databasemanager.md index 14f63cff5..a54ef5b12 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-dropprocedure-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-dropprocedure-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.DropProcedure Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatefromexistingstatement-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatefromexistingstatement-method-microsoft-web-management-databasemanager.md index 0a620e0cd..35d00eb6b 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatefromexistingstatement-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatefromexistingstatement-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedureCreateFromExistingStatement Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatestatement-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatestatement-method-microsoft-web-management-databasemanager.md index d7d364db7..18fcb25f5 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatestatement-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedurecreatestatement-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedureCreateStatement Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureeditstatement-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureeditstatement-method-microsoft-web-management-databasemanager.md index 9b651b12f..684200960 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureeditstatement-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureeditstatement-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedureEditStatement Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureexecstatement-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureexecstatement-method-microsoft-web-management-databasemanager.md index 9b1db1e63..68979da52 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureexecstatement-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureexecstatement-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedureExecStatement Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureparameters-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureparameters-method-microsoft-web-management-databasemanager.md index 0a4ec8c42..79522094d 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureparameters-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedureparameters-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedureParameters Method diff --git a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedures-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedures-method-microsoft-web-management-databasemanager.md index fb058e481..763377d9b 100644 --- a/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedures-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbstoredproceduremanager-getstoredprocedures-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbStoredProcedureManager.GetStoredProcedures Method diff --git a/iis/extensions/database-manager-reference/idbtabledatamanager-deleterow-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtabledatamanager-deleterow-method-microsoft-web-management-databasemanager.md index f119e75a5..9a37570e5 100644 --- a/iis/extensions/database-manager-reference/idbtabledatamanager-deleterow-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtabledatamanager-deleterow-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableDataManager.DeleteRow Method diff --git a/iis/extensions/database-manager-reference/idbtabledatamanager-editrow-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtabledatamanager-editrow-method-microsoft-web-management-databasemanager.md index ae801284c..de5d71b65 100644 --- a/iis/extensions/database-manager-reference/idbtabledatamanager-editrow-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtabledatamanager-editrow-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableDataManager.EditRow Method diff --git a/iis/extensions/database-manager-reference/idbtabledatamanager-getdata-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtabledatamanager-getdata-method-microsoft-web-management-databasemanager.md index 00dc20a85..25865015c 100644 --- a/iis/extensions/database-manager-reference/idbtabledatamanager-getdata-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtabledatamanager-getdata-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableDataManager.GetData Method diff --git a/iis/extensions/database-manager-reference/idbtabledatamanager-insertrow-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtabledatamanager-insertrow-method-microsoft-web-management-databasemanager.md index 301e2397d..c3958f7f1 100644 --- a/iis/extensions/database-manager-reference/idbtabledatamanager-insertrow-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtabledatamanager-insertrow-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableDataManager.InsertRow Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-createtable-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-createtable-method-microsoft-web-management-databasemanager.md index 235b72dbb..c8eec84d9 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-createtable-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-createtable-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.CreateTable Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-droptable-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-droptable-method-microsoft-web-management-databasemanager.md index 516f047de..fefbaeb5b 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-droptable-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-droptable-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.DropTable Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-edittable-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-edittable-method-microsoft-web-management-databasemanager.md index 84a0ce9e6..c746559b6 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-edittable-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-edittable-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.EditTable Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-getprimarykey-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-getprimarykey-method-microsoft-web-management-databasemanager.md index 1187dd836..9529d1ea0 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-getprimarykey-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-getprimarykey-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.GetPrimaryKey Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-gettableinfo-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-gettableinfo-method-microsoft-web-management-databasemanager.md index 8e6c7650f..68ec68e9a 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-gettableinfo-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-gettableinfo-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.GetTableInfo Method diff --git a/iis/extensions/database-manager-reference/idbtablemanager-gettables-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbtablemanager-gettables-method-microsoft-web-management-databasemanager.md index 5cd221819..c5d41449a 100644 --- a/iis/extensions/database-manager-reference/idbtablemanager-gettables-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbtablemanager-gettables-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbTableManager.GetTables Method diff --git a/iis/extensions/database-manager-reference/idbviewmanager-createview-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbviewmanager-createview-method-microsoft-web-management-databasemanager.md index 4205efe06..46f67d4c5 100644 --- a/iis/extensions/database-manager-reference/idbviewmanager-createview-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbviewmanager-createview-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbViewManager.CreateView Method diff --git a/iis/extensions/database-manager-reference/idbviewmanager-dropview-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbviewmanager-dropview-method-microsoft-web-management-databasemanager.md index 8ed031faa..b5a59d0eb 100644 --- a/iis/extensions/database-manager-reference/idbviewmanager-dropview-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbviewmanager-dropview-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbViewManager.DropView Method diff --git a/iis/extensions/database-manager-reference/idbviewmanager-editview-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbviewmanager-editview-method-microsoft-web-management-databasemanager.md index 6714028ea..e45f9dce8 100644 --- a/iis/extensions/database-manager-reference/idbviewmanager-editview-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbviewmanager-editview-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbViewManager.EditView Method diff --git a/iis/extensions/database-manager-reference/idbviewmanager-getviews-method-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/idbviewmanager-getviews-method-microsoft-web-management-databasemanager.md index 8198484be..a6d04ad32 100644 --- a/iis/extensions/database-manager-reference/idbviewmanager-getviews-method-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/idbviewmanager-getviews-method-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IDbViewManager.GetViews Method diff --git a/iis/extensions/database-manager-reference/index-indextype-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-indextype-property-microsoft-web-management-databasemanager.md index 4ba213f7f..d100d643f 100644 --- a/iis/extensions/database-manager-reference/index-indextype-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-indextype-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.IndexType Property diff --git a/iis/extensions/database-manager-reference/index-ismarkedfordelete-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-ismarkedfordelete-property-microsoft-web-management-databasemanager.md index a601d6401..09d4f6b98 100644 --- a/iis/extensions/database-manager-reference/index-ismarkedfordelete-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-ismarkedfordelete-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.IsMarkedForDelete Property diff --git a/iis/extensions/database-manager-reference/index-isnew-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-isnew-property-microsoft-web-management-databasemanager.md index 55d57f41d..014b9fe52 100644 --- a/iis/extensions/database-manager-reference/index-isnew-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-isnew-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.IsNew Property diff --git a/iis/extensions/database-manager-reference/index-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-name-property-microsoft-web-management-databasemanager.md index 8e20352d5..efcd643c5 100644 --- a/iis/extensions/database-manager-reference/index-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.Name Property diff --git a/iis/extensions/database-manager-reference/index-originalname-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-originalname-property-microsoft-web-management-databasemanager.md index 0761b47ed..b3062ddff 100644 --- a/iis/extensions/database-manager-reference/index-originalname-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-originalname-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.OriginalName Property diff --git a/iis/extensions/database-manager-reference/index-unique-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/index-unique-property-microsoft-web-management-databasemanager.md index 227bb2c44..207bd4897 100644 --- a/iis/extensions/database-manager-reference/index-unique-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/index-unique-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Index.Unique Property diff --git a/iis/extensions/database-manager-reference/indexchanges-enumeration-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/indexchanges-enumeration-microsoft-web-management-databasemanager.md index 4854140f4..9352c77c5 100644 --- a/iis/extensions/database-manager-reference/indexchanges-enumeration-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/indexchanges-enumeration-microsoft-web-management-databasemanager.md @@ -31,6 +31,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IndexChanges Enumeration diff --git a/iis/extensions/database-manager-reference/indexcolumn-descending-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/indexcolumn-descending-property-microsoft-web-management-databasemanager.md index 22a16556c..2639d6f84 100644 --- a/iis/extensions/database-manager-reference/indexcolumn-descending-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/indexcolumn-descending-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IndexColumn.Descending Property diff --git a/iis/extensions/database-manager-reference/indexcolumn-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/indexcolumn-name-property-microsoft-web-management-databasemanager.md index 93788657d..f6df9316a 100644 --- a/iis/extensions/database-manager-reference/indexcolumn-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/indexcolumn-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IndexColumn.Name Property diff --git a/iis/extensions/database-manager-reference/indextype-enumeration-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/indextype-enumeration-microsoft-web-management-databasemanager.md index 99832a1e3..247fa8601 100644 --- a/iis/extensions/database-manager-reference/indextype-enumeration-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/indextype-enumeration-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # IndexType Enumeration diff --git a/iis/extensions/database-manager-reference/query-class-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/query-class-microsoft-web-management-databasemanager.md index 5a91cbc70..7df54170c 100644 --- a/iis/extensions/database-manager-reference/query-class-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/query-class-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Query Class diff --git a/iis/extensions/database-manager-reference/query-statement-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/query-statement-property-microsoft-web-management-databasemanager.md index aa392ac1e..0f208e78b 100644 --- a/iis/extensions/database-manager-reference/query-statement-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/query-statement-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Query.Statement Property diff --git a/iis/extensions/database-manager-reference/querycolumnmetadata-class-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/querycolumnmetadata-class-microsoft-web-management-databasemanager.md index 4430244e8..aa01c1627 100644 --- a/iis/extensions/database-manager-reference/querycolumnmetadata-class-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/querycolumnmetadata-class-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryColumnMetadata Class diff --git a/iis/extensions/database-manager-reference/querycolumnmetadata-columnwidth-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/querycolumnmetadata-columnwidth-property-microsoft-web-management-databasemanager.md index 04d20dda0..649777f07 100644 --- a/iis/extensions/database-manager-reference/querycolumnmetadata-columnwidth-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/querycolumnmetadata-columnwidth-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryColumnMetadata.ColumnWidth Property diff --git a/iis/extensions/database-manager-reference/querycolumnmetadata-isnullable-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/querycolumnmetadata-isnullable-property-microsoft-web-management-databasemanager.md index b9ad4bd1f..0553f78a3 100644 --- a/iis/extensions/database-manager-reference/querycolumnmetadata-isnullable-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/querycolumnmetadata-isnullable-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryColumnMetadata.IsNullable Property diff --git a/iis/extensions/database-manager-reference/querycolumnmetadata-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/querycolumnmetadata-name-property-microsoft-web-management-databasemanager.md index c83eecf69..434c15053 100644 --- a/iis/extensions/database-manager-reference/querycolumnmetadata-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/querycolumnmetadata-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryColumnMetadata.Name Property diff --git a/iis/extensions/database-manager-reference/querycolumnmetadata-typeinfo-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/querycolumnmetadata-typeinfo-property-microsoft-web-management-databasemanager.md index 36e3eee1d..edb367391 100644 --- a/iis/extensions/database-manager-reference/querycolumnmetadata-typeinfo-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/querycolumnmetadata-typeinfo-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryColumnMetadata.TypeInfo Property diff --git a/iis/extensions/database-manager-reference/queryresult-class-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/queryresult-class-microsoft-web-management-databasemanager.md index c6ca72391..8c2b57075 100644 --- a/iis/extensions/database-manager-reference/queryresult-class-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/queryresult-class-microsoft-web-management-databasemanager.md @@ -23,6 +23,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryResult Class diff --git a/iis/extensions/database-manager-reference/queryresult-columnmetadata-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/queryresult-columnmetadata-property-microsoft-web-management-databasemanager.md index 32a83b3a0..e8334f2a5 100644 --- a/iis/extensions/database-manager-reference/queryresult-columnmetadata-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/queryresult-columnmetadata-property-microsoft-web-management-databasemanager.md @@ -26,6 +26,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryResult.ColumnMetadata Property diff --git a/iis/extensions/database-manager-reference/queryresult-queryresults-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/queryresult-queryresults-property-microsoft-web-management-databasemanager.md index 39f6f0cee..aa692ce3c 100644 --- a/iis/extensions/database-manager-reference/queryresult-queryresults-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/queryresult-queryresults-property-microsoft-web-management-databasemanager.md @@ -25,6 +25,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # QueryResult.QueryResults Property diff --git a/iis/extensions/database-manager-reference/table-createdate-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/table-createdate-property-microsoft-web-management-databasemanager.md index 10d2a03d5..8780e4a5f 100644 --- a/iis/extensions/database-manager-reference/table-createdate-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/table-createdate-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Table.CreateDate Property diff --git a/iis/extensions/database-manager-reference/table-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/table-name-property-microsoft-web-management-databasemanager.md index 709d35cc5..fe3ace05f 100644 --- a/iis/extensions/database-manager-reference/table-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/table-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Table.Name Property diff --git a/iis/extensions/database-manager-reference/table-schema-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/table-schema-property-microsoft-web-management-databasemanager.md index cf53fee6c..169264c9f 100644 --- a/iis/extensions/database-manager-reference/table-schema-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/table-schema-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # Table.Schema Property diff --git a/iis/extensions/database-manager-reference/typeinfo-allowidentity-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-allowidentity-property-microsoft-web-management-databasemanager.md index cd71698f9..7434d3545 100644 --- a/iis/extensions/database-manager-reference/typeinfo-allowidentity-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-allowidentity-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.AllowIdentity Property diff --git a/iis/extensions/database-manager-reference/typeinfo-allowlength-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-allowlength-property-microsoft-web-management-databasemanager.md index 0e45f5efb..6d219eedb 100644 --- a/iis/extensions/database-manager-reference/typeinfo-allowlength-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-allowlength-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.AllowLength Property diff --git a/iis/extensions/database-manager-reference/typeinfo-allownulls-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-allownulls-property-microsoft-web-management-databasemanager.md index 48b8bc62a..3a6b2cf26 100644 --- a/iis/extensions/database-manager-reference/typeinfo-allownulls-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-allownulls-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.AllowNulls Property diff --git a/iis/extensions/database-manager-reference/typeinfo-defaultprecision-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-defaultprecision-property-microsoft-web-management-databasemanager.md index 4cda890a5..43e044176 100644 --- a/iis/extensions/database-manager-reference/typeinfo-defaultprecision-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-defaultprecision-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.DefaultPrecision Property diff --git a/iis/extensions/database-manager-reference/typeinfo-hasprecision-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-hasprecision-property-microsoft-web-management-databasemanager.md index 821d50499..c4d05b9a9 100644 --- a/iis/extensions/database-manager-reference/typeinfo-hasprecision-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-hasprecision-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.HasPrecision Property diff --git a/iis/extensions/database-manager-reference/typeinfo-isbinary-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-isbinary-property-microsoft-web-management-databasemanager.md index eaa619a47..d7b3ec84d 100644 --- a/iis/extensions/database-manager-reference/typeinfo-isbinary-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-isbinary-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.IsBinary Property diff --git a/iis/extensions/database-manager-reference/typeinfo-isvariablelength-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-isvariablelength-property-microsoft-web-management-databasemanager.md index 98b571ca2..4414ad1e9 100644 --- a/iis/extensions/database-manager-reference/typeinfo-isvariablelength-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-isvariablelength-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.IsVariableLength Property diff --git a/iis/extensions/database-manager-reference/typeinfo-maximumprecision-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-maximumprecision-property-microsoft-web-management-databasemanager.md index 0066944fc..dbd27a641 100644 --- a/iis/extensions/database-manager-reference/typeinfo-maximumprecision-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-maximumprecision-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.MaximumPrecision Property diff --git a/iis/extensions/database-manager-reference/typeinfo-minimumlength-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-minimumlength-property-microsoft-web-management-databasemanager.md index d9145c948..26aeac9ca 100644 --- a/iis/extensions/database-manager-reference/typeinfo-minimumlength-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-minimumlength-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.MinimumLength Property diff --git a/iis/extensions/database-manager-reference/typeinfo-name-property-microsoft-web-management-databasemanager.md b/iis/extensions/database-manager-reference/typeinfo-name-property-microsoft-web-management-databasemanager.md index 6885da797..db50edb2b 100644 --- a/iis/extensions/database-manager-reference/typeinfo-name-property-microsoft-web-management-databasemanager.md +++ b/iis/extensions/database-manager-reference/typeinfo-name-property-microsoft-web-management-databasemanager.md @@ -27,6 +27,7 @@ api_type: topic_type: - apiref product_family_name: VS +ms.custom: sfi-ropc-nochange --- # TypeInfo.Name Property diff --git a/iis/extensions/database-manager/working-with-stored-procedures.md b/iis/extensions/database-manager/working-with-stored-procedures.md index 332e41742..050262946 100644 --- a/iis/extensions/database-manager/working-with-stored-procedures.md +++ b/iis/extensions/database-manager/working-with-stored-procedures.md @@ -6,6 +6,7 @@ ms.date: 03/18/2009 ms.assetid: 6dc63ae4-06dc-44b9-9504-580130a44c46 msc.legacyurl: /learn/extensions/database-manager/working-with-stored-procedures msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Working with Stored Procedures diff --git a/iis/extensions/database-manager/working-with-tables.md b/iis/extensions/database-manager/working-with-tables.md index 981a2182b..f76d46248 100644 --- a/iis/extensions/database-manager/working-with-tables.md +++ b/iis/extensions/database-manager/working-with-tables.md @@ -6,6 +6,7 @@ ms.date: 06/29/2009 ms.assetid: 0f5aacf1-07d3-4e11-b86b-c647beaeb6b2 msc.legacyurl: /learn/extensions/database-manager/working-with-tables msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Working with Tables diff --git a/iis/extensions/database-manager/working-with-views.md b/iis/extensions/database-manager/working-with-views.md index 86d048357..46c477393 100644 --- a/iis/extensions/database-manager/working-with-views.md +++ b/iis/extensions/database-manager/working-with-views.md @@ -6,6 +6,7 @@ ms.date: 03/18/2009 ms.assetid: 791d8b70-3086-4aff-9c29-bd859078f7e6 msc.legacyurl: /learn/extensions/database-manager/working-with-views msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Working with Views diff --git a/iis/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module.md b/iis/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module.md index 7b2991310..0acfc1c3d 100644 --- a/iis/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module.md +++ b/iis/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module.md @@ -6,6 +6,7 @@ ms.date: 03/11/2010 ms.assetid: c492a011-0841-4d3a-8641-2b7f26a749b0 msc.legacyurl: /learn/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Developing a Custom Rewrite Provider for URL Rewrite Module diff --git a/iis/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module.md b/iis/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module.md index 388a895e0..18b4f20dd 100644 --- a/iis/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module.md +++ b/iis/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module.md @@ -6,6 +6,7 @@ ms.date: 03/11/2010 ms.assetid: b3ce3bbf-56aa-41e9-bbf7-6ea2b7032d77 msc.legacyurl: /learn/extensions/url-rewrite-module/using-custom-rewrite-providers-with-url-rewrite-module msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Custom Rewrite Providers with URL Rewrite Module diff --git a/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules.md b/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules.md index fdf964aca..abca912fa 100644 --- a/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules.md +++ b/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules.md @@ -6,6 +6,7 @@ ms.date: 05/30/2008 ms.assetid: 5177e3be-c050-4330-bcad-0ac77b785254 msc.legacyurl: /learn/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Failed Request Tracing to Trace Rewrite Rules diff --git a/iis/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md b/iis/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md index 0a058e8dd..9525e919b 100644 --- a/iis/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md +++ b/iis/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md @@ -6,6 +6,7 @@ ms.date: 11/16/2007 ms.assetid: 907f1ac8-e23e-4352-9683-a1a19af327f5 msc.legacyurl: /learn/get-started/getting-started-with-iis/getting-started-with-the-iis-manager-in-iis-7-and-iis-8 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Getting Started with the IIS Manager in IIS diff --git a/iis/get-started/planning-your-iis-architecture/getting-started-with-configuration-in-iis-7-and-above/samples/sample1.cs b/iis/get-started/planning-your-iis-architecture/getting-started-with-configuration-in-iis-7-and-above/samples/sample1.cs index e453a1615..85bcd07c7 100644 --- a/iis/get-started/planning-your-iis-architecture/getting-started-with-configuration-in-iis-7-and-above/samples/sample1.cs +++ b/iis/get-started/planning-your-iis-architecture/getting-started-with-configuration-in-iis-7-and-above/samples/sample1.cs @@ -19,7 +19,7 @@ ... many lines here ... // // Snippet from IIS 7.0 applicationHost.config // - + @@ -27,4 +27,4 @@ ... many lines here ... - \ No newline at end of file + diff --git a/iis/get-started/whats-new-in-iis-10/http2-on-iis.md b/iis/get-started/whats-new-in-iis-10/http2-on-iis.md index 99ca17455..17760363f 100644 --- a/iis/get-started/whats-new-in-iis-10/http2-on-iis.md +++ b/iis/get-started/whats-new-in-iis-10/http2-on-iis.md @@ -6,6 +6,7 @@ ms.date: 09/16/2016 ms.assetid: a9ae1ca9-bc38-483f-8beb-84e5774ae09a msc.legacyurl: /learn/get-started/whats-new-in-iis-10/http2-on-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # HTTP/2 on IIS diff --git a/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support.md b/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support.md index e5ec575f2..afdff7de9 100644 --- a/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support.md +++ b/iis/get-started/whats-new-in-iis-10/wildcard-host-header-support.md @@ -6,6 +6,7 @@ ms.date: 07/01/2015 ms.assetid: a4abd2b0-45b6-4dba-91c1-8c4c168ff24f msc.legacyurl: /learn/get-started/whats-new-in-iis-10/wildcard-host-header-support msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Wildcard Host Header Support diff --git a/iis/get-started/whats-new-in-iis-7/what39s-new-for-microsoft-and-ftp-in-iis-7.md b/iis/get-started/whats-new-in-iis-7/what39s-new-for-microsoft-and-ftp-in-iis-7.md index a810f9e8b..c5d388332 100644 --- a/iis/get-started/whats-new-in-iis-7/what39s-new-for-microsoft-and-ftp-in-iis-7.md +++ b/iis/get-started/whats-new-in-iis-7/what39s-new-for-microsoft-and-ftp-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 17faa482-205e-44a0-8e97-384bac12282f msc.legacyurl: /learn/get-started/whats-new-in-iis-7/what39s-new-for-microsoft-and-ftp-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # What's New for Microsoft and FTP in IIS 7? diff --git a/iis/get-started/whats-new-in-iis-8/iis-80-centralized-ssl-certificate-support-ssl-scalability-and-manageability.md b/iis/get-started/whats-new-in-iis-8/iis-80-centralized-ssl-certificate-support-ssl-scalability-and-manageability.md index 1e573bfbe..66eb41fc9 100644 --- a/iis/get-started/whats-new-in-iis-8/iis-80-centralized-ssl-certificate-support-ssl-scalability-and-manageability.md +++ b/iis/get-started/whats-new-in-iis-8/iis-80-centralized-ssl-certificate-support-ssl-scalability-and-manageability.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: 62cdd54d-8bcd-4546-a720-11970a8f8666 msc.legacyurl: /learn/get-started/whats-new-in-iis-8/iis-80-centralized-ssl-certificate-support-ssl-scalability-and-manageability msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # IIS 8.0 Centralized SSL Certificate Support: SSL Scalability and Manageability diff --git a/iis/get-started/whats-new-in-iis-8/iis-80-cpu-throttling-sand-boxing-sites-and-applications.md b/iis/get-started/whats-new-in-iis-8/iis-80-cpu-throttling-sand-boxing-sites-and-applications.md index 2a6ad0cb2..96ddcfff4 100644 --- a/iis/get-started/whats-new-in-iis-8/iis-80-cpu-throttling-sand-boxing-sites-and-applications.md +++ b/iis/get-started/whats-new-in-iis-8/iis-80-cpu-throttling-sand-boxing-sites-and-applications.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: 928688f9-9aa4-4f27-a7df-dff02b3210bf msc.legacyurl: /learn/get-started/whats-new-in-iis-8/iis-80-cpu-throttling-sand-boxing-sites-and-applications msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # IIS 8.0 CPU Throttling: Sand-boxing Sites and Applications diff --git a/iis/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions.md b/iis/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions.md index 33b4d7ffd..6d1e86632 100644 --- a/iis/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions.md +++ b/iis/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: 35da8086-42c3-4dbe-98d6-280254b8a97f msc.legacyurl: /learn/get-started/whats-new-in-iis-8/iis-80-dynamic-ip-address-restrictions msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # IIS 8.0 Dynamic IP Address Restrictions diff --git a/iis/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability.md b/iis/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability.md index dff7871c3..8c7f9f6e0 100644 --- a/iis/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability.md +++ b/iis/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: a87d4d6a-2f03-4e62-9aad-0ea6711a9e04 msc.legacyurl: /learn/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # IIS 8.0 Server Name Indication (SNI): SSL Scalability diff --git a/iis/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45.md b/iis/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45.md index 55cf849ef..c591c4b1a 100644 --- a/iis/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45.md +++ b/iis/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: 50cb39ab-6067-45a1-9749-54c3692200dc msc.legacyurl: /learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # IIS 8.0 Using ASP.NET 3.5 and ASP.NET 4.5 diff --git a/iis/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012.md b/iis/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012.md index 40213bb33..7c969a1f3 100644 --- a/iis/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012.md +++ b/iis/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012.md @@ -6,6 +6,7 @@ ms.date: 02/29/2012 ms.assetid: 44dd8251-9f28-4b60-bd30-c866a80e5e14 msc.legacyurl: /learn/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Installing IIS 8 on Windows Server 2012 diff --git a/iis/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85.md b/iis/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85.md index 6499e8876..0240721a8 100644 --- a/iis/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85.md +++ b/iis/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85.md @@ -6,6 +6,7 @@ ms.date: 11/21/2013 ms.assetid: a3919320-bad9-42f0-a380-699734105449 msc.legacyurl: /learn/get-started/whats-new-in-iis-85/certificate-rebind-in-iis85 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Certificate Rebind in IIS 8.5 diff --git a/iis/get-started/whats-new-in-iis-85/enhanced-logging-for-iis85.md b/iis/get-started/whats-new-in-iis-85/enhanced-logging-for-iis85.md index 1ed04a665..cf5d737dc 100644 --- a/iis/get-started/whats-new-in-iis-85/enhanced-logging-for-iis85.md +++ b/iis/get-started/whats-new-in-iis-85/enhanced-logging-for-iis85.md @@ -6,6 +6,7 @@ ms.date: 07/11/2013 ms.assetid: 3cd66139-f22a-4f75-ae5f-cc00fef9c5d7 msc.legacyurl: /learn/get-started/whats-new-in-iis-85/enhanced-logging-for-iis85 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Enhanced Logging for IIS 8.5 diff --git a/iis/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2.md b/iis/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2.md index 5833c40ed..ee33d2e71 100644 --- a/iis/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2.md +++ b/iis/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2.md @@ -6,6 +6,7 @@ ms.date: 10/26/2007 ms.assetid: f784d613-a814-4ec5-ab99-c9b1cc76b30c msc.legacyurl: /learn/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Installing IIS 7 on Windows Server 2008 or Windows Server 2008 R2 diff --git a/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later.md b/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later.md index 4e13d1a0f..2ecf3709b 100644 --- a/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later.md +++ b/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later.md @@ -6,6 +6,7 @@ ms.date: 03/26/2014 ms.assetid: 59cfeb03-dd3b-4933-bd69-e4363226dc24 msc.legacyurl: /learn/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Installing and Configuring Web Deploy on IIS 8.0 or Later diff --git a/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy.md b/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy.md index 4165a817d..ccb93127e 100644 --- a/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy.md +++ b/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy.md @@ -6,6 +6,7 @@ ms.date: 12/12/2011 ms.assetid: 1715cb3f-5851-44b2-af04-5a2a1bac5dcb msc.legacyurl: /learn/install/installing-publishing-technologies/installing-and-configuring-web-deploy msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Installing and Configuring Web Deploy on IIS 7 diff --git a/iis/manage/configuring-security/application-pool-identities.md b/iis/manage/configuring-security/application-pool-identities.md index 94370edf7..97aa1777f 100644 --- a/iis/manage/configuring-security/application-pool-identities.md +++ b/iis/manage/configuring-security/application-pool-identities.md @@ -6,6 +6,7 @@ ms.date: 03/28/2014 ms.assetid: 84e6322c-e1eb-4c45-afce-9c1ae04d7a90 msc.legacyurl: /learn/manage/configuring-security/application-pool-identities msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Application Pool Identities diff --git a/iis/manage/configuring-security/how-to-set-up-ssl-on-iis.md b/iis/manage/configuring-security/how-to-set-up-ssl-on-iis.md index 361b068be..138f065ac 100644 --- a/iis/manage/configuring-security/how-to-set-up-ssl-on-iis.md +++ b/iis/manage/configuring-security/how-to-set-up-ssl-on-iis.md @@ -6,6 +6,7 @@ ms.date: 11/22/2007 ms.assetid: dbf635a5-921f-4488-99a2-bd1c2d1c0402 msc.legacyurl: /learn/manage/configuring-security/how-to-set-up-ssl-on-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # How to Set Up SSL on IIS 7 or later diff --git a/iis/manage/configuring-security/using-dynamic-ip-restrictions.md b/iis/manage/configuring-security/using-dynamic-ip-restrictions.md index db56995a6..90bda9087 100644 --- a/iis/manage/configuring-security/using-dynamic-ip-restrictions.md +++ b/iis/manage/configuring-security/using-dynamic-ip-restrictions.md @@ -1,11 +1,12 @@ --- title: "Using Dynamic IP Restrictions" -author: naziml,esshrouf +author: naziml description: "The Dynamic IP Restrictions (DIPR) module for IIS 7.0 and above provides protection against denial of service and brute force attacks on web servers and web..." ms.date: 02/16/2009 ms.assetid: a6881b7d-4080-440c-ab71-cb274ac6f128 msc.legacyurl: /learn/manage/configuring-security/using-dynamic-ip-restrictions msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Dynamic IP Restrictions @@ -179,7 +180,7 @@ Substatus code will either be 501 or 502 depending on which one of the two condi 501 -> Dynamic IP Restriction: too many concurrent requests were made from the same client IP. 502 -> Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached. -Above codes are documented here: HTTP status code overview - Internet Information Services | Microsoft Learn +Above codes are documented here: [HTTP status code overview - Internet Information Services | Microsoft Learn](https://learn.microsoft.com/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-status-code) ## Enable Logging Only Mode: diff --git a/iis/manage/configuring-security/using-encryption-to-protect-passwords.md b/iis/manage/configuring-security/using-encryption-to-protect-passwords.md index 644f8ee39..e36cc91e7 100644 --- a/iis/manage/configuring-security/using-encryption-to-protect-passwords.md +++ b/iis/manage/configuring-security/using-encryption-to-protect-passwords.md @@ -6,6 +6,7 @@ ms.date: 3/31/2025 ms.assetid: 4012722a-ab3f-41b8-ae6e-48ef2e574613 msc.legacyurl: /learn/manage/configuring-security/using-encryption-to-protect-passwords msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Encryption to Protect Passwords diff --git a/iis/manage/managing-your-configuration-settings/an-overview-of-feature-delegation-in-iis.md b/iis/manage/managing-your-configuration-settings/an-overview-of-feature-delegation-in-iis.md index 42012a84d..84f1bac15 100644 --- a/iis/manage/managing-your-configuration-settings/an-overview-of-feature-delegation-in-iis.md +++ b/iis/manage/managing-your-configuration-settings/an-overview-of-feature-delegation-in-iis.md @@ -6,6 +6,7 @@ ms.date: 11/23/2007 ms.assetid: 71177eb8-d772-42e0-a187-2cf3e5485a45 msc.legacyurl: /learn/manage/managing-your-configuration-settings/an-overview-of-feature-delegation-in-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # An Overview of Feature Delegation in IIS 7.0 diff --git a/iis/manage/managing-your-configuration-settings/editing-collections-using-configuration-editor-complex-sections.md b/iis/manage/managing-your-configuration-settings/editing-collections-using-configuration-editor-complex-sections.md index c9a0e40e0..14e4df6f0 100644 --- a/iis/manage/managing-your-configuration-settings/editing-collections-using-configuration-editor-complex-sections.md +++ b/iis/manage/managing-your-configuration-settings/editing-collections-using-configuration-editor-complex-sections.md @@ -6,6 +6,7 @@ ms.date: 03/20/2008 ms.assetid: eb9a0bbe-a65e-483f-8951-5a4618133ba3 msc.legacyurl: /learn/manage/managing-your-configuration-settings/editing-collections-using-configuration-editor-complex-sections msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Editing Collections using Configuration Editor: Complex Sections diff --git a/iis/manage/managing-your-configuration-settings/how-to-use-metabase-compatibility-with-iis-7-and-above.md b/iis/manage/managing-your-configuration-settings/how-to-use-metabase-compatibility-with-iis-7-and-above.md index 9a6d0f673..197795cc8 100644 --- a/iis/manage/managing-your-configuration-settings/how-to-use-metabase-compatibility-with-iis-7-and-above.md +++ b/iis/manage/managing-your-configuration-settings/how-to-use-metabase-compatibility-with-iis-7-and-above.md @@ -6,6 +6,7 @@ ms.date: 11/22/2007 ms.assetid: 43a39948-73f2-43f7-b777-983befa2fa7f msc.legacyurl: /learn/manage/managing-your-configuration-settings/how-to-use-metabase-compatibility-with-iis-7-and-above msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # How to Use Metabase Compatibility with IIS 7 and Above diff --git a/iis/manage/managing-your-configuration-settings/shared-configuration_264.md b/iis/manage/managing-your-configuration-settings/shared-configuration_264.md index 7ac01c481..8ba9829ea 100644 --- a/iis/manage/managing-your-configuration-settings/shared-configuration_264.md +++ b/iis/manage/managing-your-configuration-settings/shared-configuration_264.md @@ -6,6 +6,7 @@ ms.date: 12/10/2007 ms.assetid: cd23d12b-4c44-4e80-bdaf-163c3f03632e msc.legacyurl: /learn/manage/managing-your-configuration-settings/shared-configuration_264 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Shared Configuration with IIS 7 diff --git a/iis/manage/managing-your-configuration-settings/shared-configuration_264/samples/sample8.xml b/iis/manage/managing-your-configuration-settings/shared-configuration_264/samples/sample8.xml index 22e62c00b..5b1631f5d 100644 --- a/iis/manage/managing-your-configuration-settings/shared-configuration_264/samples/sample8.xml +++ b/iis/manage/managing-your-configuration-settings/shared-configuration_264/samples/sample8.xml @@ -2,5 +2,6 @@
- - \ No newline at end of file + + + diff --git a/iis/manage/managing-your-configuration-settings/using-configuration-history-with-iis-7-and-iis-8.md b/iis/manage/managing-your-configuration-settings/using-configuration-history-with-iis-7-and-iis-8.md index e766511ea..b0d88efca 100644 --- a/iis/manage/managing-your-configuration-settings/using-configuration-history-with-iis-7-and-iis-8.md +++ b/iis/manage/managing-your-configuration-settings/using-configuration-history-with-iis-7-and-iis-8.md @@ -6,6 +6,7 @@ ms.date: 11/22/2007 ms.assetid: 295e72df-9c33-4c28-96eb-abc6154dad83 msc.legacyurl: /learn/manage/managing-your-configuration-settings/using-configuration-history-with-iis-7-and-iis-8 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using Configuration History with IIS 7 and IIS 8 diff --git a/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage.md b/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage.md index 6c446ed9e..cf5011a69 100644 --- a/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage.md +++ b/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage.md @@ -6,6 +6,7 @@ ms.date: 05/30/2014 ms.assetid: 21897735-ce9a-4773-832e-3cdb673fe351 msc.legacyurl: /learn/manage/provisioning-and-managing-iis/managing-iis-log-file-storage msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Managing IIS Log File Storage diff --git a/iis/manage/provisioning-and-managing-iis/setting-up-components.md b/iis/manage/provisioning-and-managing-iis/setting-up-components.md index 4348790a0..dc7592ee6 100644 --- a/iis/manage/provisioning-and-managing-iis/setting-up-components.md +++ b/iis/manage/provisioning-and-managing-iis/setting-up-components.md @@ -6,6 +6,7 @@ ms.date: 12/02/2007 ms.assetid: 48825ae9-58ea-48ce-b408-fe8df6a82fbb msc.legacyurl: /learn/manage/provisioning-and-managing-iis/setting-up-components msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Services Implementation diff --git a/iis/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning.md b/iis/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning.md index 7c8506de4..ac6dd28a2 100644 --- a/iis/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning.md +++ b/iis/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning.md @@ -6,6 +6,7 @@ ms.date: 12/13/2007 ms.assetid: 4408306d-79cf-4666-87fe-a6bef6d05b68 msc.legacyurl: /learn/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Shared Configuration and Remote Provisioning diff --git a/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7.md b/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7.md index 4a7ee7763..1c5de44c9 100644 --- a/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7.md +++ b/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 11/23/2007 ms.assetid: 8f557c9a-ab59-4d1e-b9f1-fa62293b882b msc.legacyurl: /learn/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Configuring Remote Administration and Feature Delegation in IIS 7 diff --git a/iis/manage/remote-administration/remote-administration-for-iis-manager.md b/iis/manage/remote-administration/remote-administration-for-iis-manager.md index 60e5d57fb..4af7120b2 100644 --- a/iis/manage/remote-administration/remote-administration-for-iis-manager.md +++ b/iis/manage/remote-administration/remote-administration-for-iis-manager.md @@ -6,6 +6,7 @@ ms.date: 11/23/2007 ms.assetid: 729e10ac-105a-4d4d-8992-81d8c82bffbf msc.legacyurl: /learn/manage/remote-administration/remote-administration-for-iis-manager msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Remote Administration for IIS Manager diff --git a/iis/manage/scripting/get-to-know-the-iis-wmi-provider-using-cim-studio.md b/iis/manage/scripting/get-to-know-the-iis-wmi-provider-using-cim-studio.md index fd4e53898..67883c7f6 100644 --- a/iis/manage/scripting/get-to-know-the-iis-wmi-provider-using-cim-studio.md +++ b/iis/manage/scripting/get-to-know-the-iis-wmi-provider-using-cim-studio.md @@ -6,6 +6,7 @@ ms.date: 12/10/2007 ms.assetid: fdb6e446-e94d-42e7-9d04-5d28bf67310e msc.legacyurl: /learn/manage/scripting/get-to-know-the-iis-wmi-provider-using-cim-studio msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Get to Know the IIS 7.0 WMI Provider Using CIM Studio diff --git a/iis/overview/centralized-web-farm-management.md b/iis/overview/centralized-web-farm-management.md index f193eb3fe..1bd992c2c 100644 --- a/iis/overview/centralized-web-farm-management.md +++ b/iis/overview/centralized-web-farm-management.md @@ -3,6 +3,7 @@ title: "Centralized Web Farm Management" description: "IIS makes it simple to centrally deploy and manage configuration and content across a farm of Web servers." ms.date: 03/06/2018 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Centralized Web Farm Management diff --git a/iis/publish/using-the-ftp-service/adding-ftp-publishing-to-a-web-site-in-iis-7.md b/iis/publish/using-the-ftp-service/adding-ftp-publishing-to-a-web-site-in-iis-7.md index 84c3981d0..1adabe7b8 100644 --- a/iis/publish/using-the-ftp-service/adding-ftp-publishing-to-a-web-site-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/adding-ftp-publishing-to-a-web-site-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 79091683-bda2-412e-9bd4-e2a148b0f343 msc.legacyurl: /learn/publish/using-the-ftp-service/adding-ftp-publishing-to-a-web-site-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Adding FTP Publishing to a Web Site in IIS 7 diff --git a/iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7.md b/iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7.md index e93786f20..e7672f09a 100644 --- a/iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/22/2008 ms.assetid: d3e70ab0-0ce8-4a26-b017-e35de034f6d8 msc.legacyurl: /learn/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Configure FTP with IIS Manager Authentication in IIS 7 diff --git a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md index 66ab75e4b..5eccb6303 100644 --- a/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 99efc714-23a3-44f8-8752-acbc76472bf9 msc.legacyurl: /learn/publish/using-the-ftp-service/configuring-ftp-firewall-settings-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Configuring FTP Firewall Settings in IIS 7 diff --git a/iis/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7.md b/iis/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7.md index 105e73d70..7bc6e370a 100644 --- a/iis/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 5ac9a26d-f3f4-489e-a2c9-d7a6dd3fc95c msc.legacyurl: /learn/publish/using-the-ftp-service/configuring-ftp-user-isolation-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Configuring FTP User Isolation in IIS 7 diff --git a/iis/publish/using-the-ftp-service/configuring-ftp-with-net-membership-authentication-in-iis-7.md b/iis/publish/using-the-ftp-service/configuring-ftp-with-net-membership-authentication-in-iis-7.md index ff08466a4..dbdebddc9 100644 --- a/iis/publish/using-the-ftp-service/configuring-ftp-with-net-membership-authentication-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/configuring-ftp-with-net-membership-authentication-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 03/09/2008 ms.assetid: aae75692-8895-45f2-b3d4-027e22295a5a msc.legacyurl: /learn/publish/using-the-ftp-service/configuring-ftp-with-net-membership-authentication-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Configuring FTP with .NET Membership Authentication in IIS 7 diff --git a/iis/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7.md b/iis/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7.md index 80962081f..08a5c49db 100644 --- a/iis/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 21bd94c3-1e1b-4fa4-9e90-6de4f62135e8 msc.legacyurl: /learn/publish/using-the-ftp-service/creating-a-new-ftp-site-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Creating a New FTP Site in IIS 7 diff --git a/iis/publish/using-the-ftp-service/using-fsrm-folder-quotas-with-ftp-in-iis-7.md b/iis/publish/using-the-ftp-service/using-fsrm-folder-quotas-with-ftp-in-iis-7.md index 65c152ea2..30f11ea55 100644 --- a/iis/publish/using-the-ftp-service/using-fsrm-folder-quotas-with-ftp-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/using-fsrm-folder-quotas-with-ftp-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 6a37965b-f34d-4d07-90cc-f7575ad1863f msc.legacyurl: /learn/publish/using-the-ftp-service/using-fsrm-folder-quotas-with-ftp-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using FSRM Folder Quotas with FTP in IIS 7 diff --git a/iis/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7.md b/iis/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7.md index cd88261ec..239a542bd 100644 --- a/iis/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/15/2008 ms.assetid: 437f03a2-abe5-4e33-81ad-5832c8211f62 msc.legacyurl: /learn/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using FTP Over SSL in IIS 7 diff --git a/iis/publish/using-the-ftp-service/using-ftp-virtual-host-names-in-iis-7.md b/iis/publish/using-the-ftp-service/using-ftp-virtual-host-names-in-iis-7.md index eb4a43ca8..1518ca2a5 100644 --- a/iis/publish/using-the-ftp-service/using-ftp-virtual-host-names-in-iis-7.md +++ b/iis/publish/using-the-ftp-service/using-ftp-virtual-host-names-in-iis-7.md @@ -6,6 +6,7 @@ ms.date: 01/22/2008 ms.assetid: 5cbadc78-6208-44ea-a71b-ec2bebd3e1a2 msc.legacyurl: /learn/publish/using-the-ftp-service/using-ftp-virtual-host-names-in-iis-7 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using FTP Virtual Host Names in IIS 7 diff --git a/iis/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010.md b/iis/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010.md index 94597c19e..27c75d37d 100644 --- a/iis/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010.md +++ b/iis/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010.md @@ -6,6 +6,7 @@ ms.date: 12/13/2011 ms.assetid: a674fbd0-9cb1-4e0e-8d51-cea7cfde5f9b msc.legacyurl: /learn/publish/using-web-deploy/building-a-web-deploy-package-from-visual-studio-2010 msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Building a Web Deploy Package from Visual Studio 2010 diff --git a/iis/publish/using-web-deploy/export-a-package-through-iis-manager.md b/iis/publish/using-web-deploy/export-a-package-through-iis-manager.md index 57da034ae..1d72c947b 100644 --- a/iis/publish/using-web-deploy/export-a-package-through-iis-manager.md +++ b/iis/publish/using-web-deploy/export-a-package-through-iis-manager.md @@ -6,6 +6,7 @@ ms.date: 10/29/2008 ms.assetid: 2d660303-2c37-4535-8df9-515ce1d1b874 msc.legacyurl: /learn/publish/using-web-deploy/export-a-package-through-iis-manager msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Export a Package through IIS Manager @@ -43,7 +44,7 @@ Note: If you have not already installed the Web Deployment Tool, see [Installing 6. The first row is your iisapp provider entry, which is your application. In the second row, choose the **dbFullSql** provider from the **Provider Name** drop-down. If you hover over a provider, you will see a description and example path. ![Screenshot of the Provider Name field with a focus on the D B Full S Q L option.](export-a-package-through-iis-manager/_static/image5.jpg) 7. Enter the path to your database or script file in the **Path** column. - (Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=SomePassWord;" without the quotes.) + (Example: "Data Source=.\SQLExpress;Database=MyApplicationDb;User id=MyAppUser;Password=;" Set Password=SomePassWord; without the quotes.) ![Screenshot of the Manage Components screen with the path to a database in the Path column.](export-a-package-through-iis-manager/_static/image7.jpg) 8. You'll notice that the database now shows up in the package contents tree view. Click **Next** to continue the wizard. ![Screenshot of the Export Application Package dialog box with a focus on the Next option.](export-a-package-through-iis-manager/_static/image9.jpg) diff --git a/iis/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup.md b/iis/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup.md index 4de74c5db..42fef9924 100644 --- a/iis/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup.md +++ b/iis/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup.md @@ -6,6 +6,7 @@ ms.date: 12/12/2011 ms.assetid: 2df260cf-dcde-46f3-abda-5d976b592b32 msc.legacyurl: /learn/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # PowerShell scripts for automating Web Deploy setup diff --git a/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix.md b/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix.md index cd646b1d7..71fdc4a35 100644 --- a/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix.md +++ b/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix.md @@ -6,6 +6,7 @@ ms.date: 12/12/2011 ms.assetid: 8f5515fa-1885-46e6-918f-5578d79dcc3f msc.legacyurl: /learn/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Testing Web Deploy publishing from Visual Studio 2010 and WebMatrix diff --git a/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix/samples/sample1.xml b/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix/samples/sample1.xml index 8eb2c54b4..99de9511e 100644 --- a/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix/samples/sample1.xml +++ b/iis/publish/using-web-deploy/testing-web-deploy-publishing-from-visual-studio-2010-and-webmatrix/samples/sample1.xml @@ -8,6 +8,6 @@ profileName="Default Settings" publishMethod="MSDeploy" userName="NewSiteUser" - userPWD="Passw0rd" + userPWD="" savePWD="True" /> - \ No newline at end of file + diff --git a/iis/publish/using-web-deploy/web-deploy-automatic-backups.md b/iis/publish/using-web-deploy/web-deploy-automatic-backups.md index c12b52d5b..25a88a561 100644 --- a/iis/publish/using-web-deploy/web-deploy-automatic-backups.md +++ b/iis/publish/using-web-deploy/web-deploy-automatic-backups.md @@ -6,6 +6,7 @@ ms.date: 04/19/2012 ms.assetid: 6bbe7192-bb26-462a-9935-71a9a7d35682 msc.legacyurl: /learn/publish/using-web-deploy/web-deploy-automatic-backups msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Web Deploy Automatic Backups diff --git a/iis/publish/using-web-deploy/web-deploy-parameterization.md b/iis/publish/using-web-deploy/web-deploy-parameterization.md index e0186a44f..ff9604676 100644 --- a/iis/publish/using-web-deploy/web-deploy-parameterization.md +++ b/iis/publish/using-web-deploy/web-deploy-parameterization.md @@ -74,9 +74,9 @@ The CreateDBAndUser.sql script is a fairly simple script that can be [copied fro The VacPicDBSchema.sql is the script that creates all the tables in the database that the application uses. This file can created using the Web Deploy command line tool. From the command line, navigate to where Web Deploy is installed (typically %programfiles%\IIS\Microsoft Web Deploy <LatestVersion>) and enter the following command: -`msdeploy -verb:sync -source:dbfullsql="data source=.\SQLExpress;initial catalog=PhotoGallery;user id=sa;password=" -dest:dbfullsql="c:\VacPicDBSchema.sql"` +`msdeploy -verb:sync -source:dbfullsql="data source=.\SQLExpress;initial catalog=PhotoGallery;user id=sa;password=*" -dest:dbfullsql="c:\VacPicDBSchema.sql"` -Make sure to replace <AdminPassword> with the appropriate SQL administrator password. +Replace the asterisk (`*`) with the appropriate SQL administrator password. At a basic level, the above command uses the **dbFullSql** provider to copy data from a database using a database connection string ("-source:dbfullsql=…") and copies it to a database script file ("-dest:dbfullsql=…") diff --git a/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample11.xml b/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample11.xml index 318df795f..320854e52 100644 --- a/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample11.xml +++ b/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample11.xml @@ -62,7 +62,7 @@ tags="Hidden,SQLConnectionString,Validate"> @@ -70,7 +70,7 @@ tags="Hidden,SQLConnectionString,Validate"> @@ -78,9 +78,9 @@ tags="Hidden, SQL"> - \ No newline at end of file + diff --git a/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample5.xml b/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample5.xml index 448d04aa3..92ec2ba59 100644 --- a/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample5.xml +++ b/iis/publish/using-web-deploy/web-deploy-parameterization/samples/sample5.xml @@ -1,14 +1,14 @@ tags="Hidden,SQLConnectionString,Validate"> tags="Hidden,SQLConnectionString,Validate"> - \ No newline at end of file + diff --git a/iis/publish/using-webdav/using-the-webdav-redirector.md b/iis/publish/using-webdav/using-the-webdav-redirector.md index 4c8003eec..e7f24be73 100644 --- a/iis/publish/using-webdav/using-the-webdav-redirector.md +++ b/iis/publish/using-webdav/using-the-webdav-redirector.md @@ -6,6 +6,7 @@ ms.date: 03/28/2014 ms.assetid: 4f3eb821-77e9-42cf-bc69-5aa759f45d28 msc.legacyurl: /learn/publish/using-webdav/using-the-webdav-redirector msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Using the WebDAV Redirector diff --git a/iis/troubleshoot/security-issues/troubleshooting-forms-authentication/samples/sample9.xml b/iis/troubleshoot/security-issues/troubleshooting-forms-authentication/samples/sample9.xml index e58439673..505b41eb0 100644 --- a/iis/troubleshoot/security-issues/troubleshooting-forms-authentication/samples/sample9.xml +++ b/iis/troubleshoot/security-issues/troubleshooting-forms-authentication/samples/sample9.xml @@ -1 +1,2 @@ - \ No newline at end of file + + diff --git a/iis/web-development-reference/native-code-api-reference/iauthenticationprovider-setuser-method.md b/iis/web-development-reference/native-code-api-reference/iauthenticationprovider-setuser-method.md index 0e170eb07..a15bd4a10 100644 --- a/iis/web-development-reference/native-code-api-reference/iauthenticationprovider-setuser-method.md +++ b/iis/web-development-reference/native-code-api-reference/iauthenticationprovider-setuser-method.md @@ -3,6 +3,7 @@ title: IAuthenticationProvider::SetUser Method description: Describes the IAuthenticationProvider::SetUser method and provides the method's syntax, remarks, an example, and requirements. ms.date: 10/07/2016 ms.assetid: 14f0a659-e8ed-3010-11c5-9cb134455375 +ms.custom: sfi-ropc-nochange --- # IAuthenticationProvider::SetUser Method Sets the authenticated user on the authentication provider. diff --git a/iis/web-development-reference/native-code-api-reference/ihttpcachekey-interface.md b/iis/web-development-reference/native-code-api-reference/ihttpcachekey-interface.md index dc6cbf0d9..4c0fe5d7d 100644 --- a/iis/web-development-reference/native-code-api-reference/ihttpcachekey-interface.md +++ b/iis/web-development-reference/native-code-api-reference/ihttpcachekey-interface.md @@ -3,6 +3,7 @@ title: "IHttpCacheKey Interface" description: Learn how the IHttpCacheKey interface provides key information for corresponding data that is stored in a global cache. ms.date: "10/07/2016" ms.assetid: 5aee4c82-06de-08c4-ce8d-813dfcb8c506 +ms.custom: sfi-ropc-nochange --- # IHttpCacheKey Interface Provides key information for corresponding data that is stored in a global cache. diff --git a/iis/web-development-reference/native-code-api-reference/ihttptokenkey-interface.md b/iis/web-development-reference/native-code-api-reference/ihttptokenkey-interface.md index 6053aff91..8313c9193 100644 --- a/iis/web-development-reference/native-code-api-reference/ihttptokenkey-interface.md +++ b/iis/web-development-reference/native-code-api-reference/ihttptokenkey-interface.md @@ -3,6 +3,7 @@ title: IHttpTokenKey Interface description: Describes the IHttpTokenKey interface and details its syntax, methods, derived classes, remarks, inheritance hierarchy, and requirements. ms.date: 10/07/2016 ms.assetid: cefa2c4f-3fde-009e-ee80-3af8719b3175 +ms.custom: sfi-ropc-nochange --- # IHttpTokenKey Interface Represents key information for accessing associated data in the global token cache. diff --git a/iis/web-development-reference/native-code-api-reference/ihttpuser-getpassword-method.md b/iis/web-development-reference/native-code-api-reference/ihttpuser-getpassword-method.md index 998330bd1..a08ba47ef 100644 --- a/iis/web-development-reference/native-code-api-reference/ihttpuser-getpassword-method.md +++ b/iis/web-development-reference/native-code-api-reference/ihttpuser-getpassword-method.md @@ -3,6 +3,7 @@ title: "IHttpUser::GetPassword Method" ms.date: "10/07/2016" description: The IHttpUser GetPassword Method returns the user password. ms.assetid: a15696da-10ee-bb44-6c4e-fea7f82bb222 +ms.custom: sfi-ropc-nochange --- # IHttpUser::GetPassword Method Returns the user password. diff --git a/iis/web-development-reference/native-code-api-reference/ihttpuser-interface.md b/iis/web-development-reference/native-code-api-reference/ihttpuser-interface.md index 80e96feeb..2481034fc 100644 --- a/iis/web-development-reference/native-code-api-reference/ihttpuser-interface.md +++ b/iis/web-development-reference/native-code-api-reference/ihttpuser-interface.md @@ -3,6 +3,7 @@ title: IHttpUser Interface description: Describes the IHttpUser interface and provides the interface's syntax, methods, derived classes, remarks, an example, and requirements. ms.date: 10/07/2016 ms.assetid: bf06e01f-21ea-14da-9bf5-aef117d9800c +ms.custom: sfi-ropc-nochange --- # IHttpUser Interface Provides request-specific information about a user. This information includes data such as credentials and role-based authorization. diff --git a/iis/web-hosting/configuring-servers-in-the-windows-web-platform/guide-to-deploy-ftp-and-publish-with-vwd.md b/iis/web-hosting/configuring-servers-in-the-windows-web-platform/guide-to-deploy-ftp-and-publish-with-vwd.md index 399b14119..f3a11fc17 100644 --- a/iis/web-hosting/configuring-servers-in-the-windows-web-platform/guide-to-deploy-ftp-and-publish-with-vwd.md +++ b/iis/web-hosting/configuring-servers-in-the-windows-web-platform/guide-to-deploy-ftp-and-publish-with-vwd.md @@ -6,6 +6,7 @@ ms.date: 01/19/2009 ms.assetid: 1a66db14-06f8-452f-a5a3-817ce140f6cb msc.legacyurl: /learn/web-hosting/configuring-servers-in-the-windows-web-platform/guide-to-deploy-ftp-and-publish-with-vwd msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Guide to Deploy FTP and Publish with VWD diff --git a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-dotnetnuke.md b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-dotnetnuke.md index 7f443de03..436a25e00 100644 --- a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-dotnetnuke.md +++ b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-dotnetnuke.md @@ -6,6 +6,7 @@ ms.date: 04/05/2010 ms.assetid: 2e582d50-672d-4cbd-b360-4a0417279042 msc.legacyurl: /learn/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-dotnetnuke msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Amazon EC2: Microsoft Web Platform - DotNetNuke diff --git a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-full-web-server-development-stack.md b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-full-web-server-development-stack.md index 77806abfe..5b099782c 100644 --- a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-full-web-server-development-stack.md +++ b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-full-web-server-development-stack.md @@ -6,6 +6,7 @@ ms.date: 04/12/2010 ms.assetid: e06a1f8c-8744-4867-a7b1-ab5ca505e360 msc.legacyurl: /learn/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-full-web-server-development-stack msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Amazon EC2: Microsoft Web Platform Images - Full Web Server Development Stack diff --git a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-media-server.md b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-media-server.md index ef760caae..d18f5aeed 100644 --- a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-media-server.md +++ b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-media-server.md @@ -6,6 +6,7 @@ ms.date: 04/09/2010 ms.assetid: 9abe09f8-9e47-4f46-a054-f234676f3c1e msc.legacyurl: /learn/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-media-server msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Amazon EC2: Microsoft Web Platform Images - Media Server diff --git a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-wordpress.md b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-wordpress.md index 6cfff2c42..6d3507a1c 100644 --- a/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-wordpress.md +++ b/iis/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-wordpress.md @@ -6,6 +6,7 @@ ms.date: 04/02/2010 ms.assetid: f36bee17-6301-46e9-9f6f-c23a57041664 msc.legacyurl: /learn/web-hosting/hosting-the-microsoft-web-platform-on-amazon-ec2/amazon-ec2-microsoft-web-platform-images-wordpress msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Amazon EC2: Microsoft Web Platform Images - Wordpress diff --git a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/setting-up-a-server-farm-with-the-web-farm-framework-20-for-iis.md b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/setting-up-a-server-farm-with-the-web-farm-framework-20-for-iis.md index a6761a8fc..6f0921f29 100644 --- a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/setting-up-a-server-farm-with-the-web-farm-framework-20-for-iis.md +++ b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/setting-up-a-server-farm-with-the-web-farm-framework-20-for-iis.md @@ -6,6 +6,7 @@ ms.date: 07/21/2010 ms.assetid: 4b7f6ecf-7f19-4c78-81ac-7574fabc11e3 msc.legacyurl: /learn/web-hosting/microsoft-web-farm-framework-20-for-iis-7/setting-up-a-server-farm-with-the-web-farm-framework-20-for-iis msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Setting up a Server Farm with the Web Farm Framework 2.0 for IIS 7 diff --git a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml index 11bba62cd..08bbd485b 100644 --- a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml +++ b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml @@ -1,5 +1,5 @@ - + @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/web-farm-framework-20-for-iis-cmdlets-for-windows-powershell.md b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/web-farm-framework-20-for-iis-cmdlets-for-windows-powershell.md index 710fd8fd5..82b66d38f 100644 --- a/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/web-farm-framework-20-for-iis-cmdlets-for-windows-powershell.md +++ b/iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/web-farm-framework-20-for-iis-cmdlets-for-windows-powershell.md @@ -6,6 +6,7 @@ ms.date: 07/21/2010 ms.assetid: 84a13b54-d243-47bd-b204-b82bbbbb0c43 msc.legacyurl: /learn/web-hosting/microsoft-web-farm-framework-20-for-iis-7/web-farm-framework-20-for-iis-cmdlets-for-windows-powershell msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Web Farm Framework 2.0 for IIS 7 cmdlets for Windows PowerShell diff --git a/iis/web-hosting/verifying-the-deployment/verifying-remote-administration.md b/iis/web-hosting/verifying-the-deployment/verifying-remote-administration.md index 9d5e7f26f..3797e0cfa 100644 --- a/iis/web-hosting/verifying-the-deployment/verifying-remote-administration.md +++ b/iis/web-hosting/verifying-the-deployment/verifying-remote-administration.md @@ -6,6 +6,7 @@ ms.date: 01/17/2009 ms.assetid: 7f6dd0dd-96ba-4258-994c-ed58a0a73b14 msc.legacyurl: /learn/web-hosting/verifying-the-deployment/verifying-remote-administration msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Verifying Remote Administration diff --git a/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet.md b/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet.md index 378dda9fc..74a6759ad 100644 --- a/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet.md +++ b/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet.md @@ -6,6 +6,7 @@ ms.date: 01/18/2009 ms.assetid: 2f417b96-4bdb-49c5-895a-5cb474a0863a msc.legacyurl: /learn/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Verifying the Developer Experience - ASP.NET diff --git a/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet/samples/sample1.xml b/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet/samples/sample1.xml index 60af60986..6abb3286d 100644 --- a/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet/samples/sample1.xml +++ b/iis/web-hosting/verifying-the-deployment/verifying-the-developer-experience-aspnet/samples/sample1.xml @@ -1 +1 @@ - \ No newline at end of file + diff --git a/iis/web-hosting/web-server-for-shared-hosting/delegated-administration.md b/iis/web-hosting/web-server-for-shared-hosting/delegated-administration.md index ed84f6048..3f65982f2 100644 --- a/iis/web-hosting/web-server-for-shared-hosting/delegated-administration.md +++ b/iis/web-hosting/web-server-for-shared-hosting/delegated-administration.md @@ -6,6 +6,7 @@ ms.date: 12/01/2007 ms.assetid: 71974fec-16e1-4c87-aa83-ace3a8508c8c msc.legacyurl: /learn/web-hosting/web-server-for-shared-hosting/delegated-administration msc.type: authoredcontent +ms.custom: sfi-image-nochange --- # Delegated Administration