From 88c562fc141c5c2cc32f5442b28c5532a1cf8072 Mon Sep 17 00:00:00 2001 From: Yogi Date: Sat, 20 Jan 2024 10:48:03 +0530 Subject: [PATCH] Update getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md The location of "applicationHost.config" on iis 10 is "C:\Windows\System32\inetsrv\config". I was going through this doc and could not find the applicationHost.config. So finally managed to find it inside the "config" folder. --- ...getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 116d7988f..77eee2faa 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 @@ -214,7 +214,7 @@ The `` is the location path to the object being configured (for ## Example: Writing to ApplicationHost.config vs. root Web.config -Compression is an IIS feature, and it appears under IIS if you group/filter the home page feature list by Area. If you've navigated to the server-level Compression page and you disable static compression, IIS Manager will write this configuration into `%windir%\Windows\system32\inetsrv\applicationHost.config`: +Compression is an IIS feature, and it appears under IIS if you group/filter the home page feature list by Area. If you've navigated to the server-level Compression page and you disable static compression, IIS Manager will write this configuration into `%windir%\Windows\System32\inetsrv\config\applicationHost.config`: [!code-xml[Main](getting-started-with-the-iis-manager-in-iis-7-and-iis-8/samples/sample3.xml)] @@ -234,7 +234,7 @@ The IIS "defaultDocument" configuration section is unlocked by default. If you c The status bar will read: Configuration: 'Default Web Site' web.config -The IIS "httpErrors" configuration section is unlocked by default. If you customize the HTTP 404 response for the Default Web Site, IIS Manager will write this configuration to `%windir%\Windows\system32\inetsrv\applicationHost.config`: +The IIS "httpErrors" configuration section is unlocked by default. If you customize the HTTP 404 response for the Default Web Site, IIS Manager will write this configuration to `%windir%\Windows\System32\inetsrv\Config\applicationHost.config`: [!code-xml[Main](getting-started-with-the-iis-manager-in-iis-7-and-iis-8/samples/sample6.xml)]