{"id":5345,"date":"2015-09-21T11:28:23","date_gmt":"2015-09-21T11:28:23","guid":{"rendered":"https:\/\/bodhost.com\/kb\/?p=5345"},"modified":"2026-02-26T14:03:12","modified_gmt":"2026-02-26T14:03:12","slug":"iis-10-features-view","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/","title":{"rendered":"IIS 10 Features view \u2013 What is New?"},"content":{"rendered":"\r\n<p><strong>Summary<\/strong>:<\/p>\r\n\r\n\r\n\r\n<p><span id=\"a809176d-e845-4f0b-9186-19286874739b\" class=\"GINGER_SOFTWARE_mark\"><span id=\"122d8e15-334d-460d-98d0-eebf44072248\" class=\"GINGER_SOFTWARE_mark\"><span id=\"6138694b-cce4-4128-9c8b-123b0c90f37d\" class=\"GINGER_SOFTWARE_mark\">In<\/span><\/span><\/span> all the web hosting news you might have noticed the buzz around Windows Server 2016, <span style=\"text-decoration: underline;\">SQL Server 2016,<\/span> and <span style=\"text-decoration: underline;\">Windows 10<\/span>. But there is one more thing that may light up your interest more, i.e. IIS 10. So let\u2019s see what it has new on the table:<\/p>\r\n\r\n\r\n\r\n<p><strong>Introduction<\/strong>:<\/p>\r\n\r\n\r\n\r\n<p>If you\u2019ve accessed Windows Server 2016 technical preview and Windows 10, then you might have noticed that IIS 10 isn\u2019t any different than these two. How? Check the below feature and their anatomy:<\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li><strong><strong>HTTP\/2<br \/><\/strong><\/strong>In the 2<sup><span id=\"5114cfb5-11d8-4d16-82c0-499288ca727a\" class=\"GINGER_SOFTWARE_mark\">nd<\/span><\/sup> <span id=\"32ec26a8-da0f-4f90-90ad-08cb9d8f4f70\" class=\"GINGER_SOFTWARE_mark\">technical<\/span> preview of Windows Server 2016 and in Windows 10, HTTP\/2 is by default enabled, and in IIS 10 it\u2019s the same thing, so you need not enable it twice in the value registry, and no need for a reboot.<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>To confirm whether you\u2019re using HTTP\/2, just open the web browser (here, we\u2019ll use Chrome) and connect your secure website hosted on IIS 10. In a second tab, type:<\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<pre class=\"wp-block-preformatted\">Chrome: \/\/net-internals\/#spdy<\/pre>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>Refresh your web page (Ctrl +F5) and you\u2019ll see the request listed with a protocol negotiated value of h2. If you are using Firefox (39), use F12 tools, and headers on the Network tab will show the version: HTTP\/2.0. In IE (Internet Explorer) 11, it doesn\u2019t show any difference in their F12 tools.<\/p>\r\n<\/li>\r\n<li><strong><strong>Wildcard Host Header<br \/><\/strong><\/strong>\r\n<p>The most awaited feature, as <span id=\"7be64e8b-d8b8-4060-a197-d6173ddf75bc\" class=\"GINGER_SOFTWARE_mark\">earlier versions<\/span> up to 8.5 only specify a full hostname in the binding for a website. In IIS 10 we have certain options:<\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<pre class=\"wp-block-preformatted\">New-WebBinding -Name \"Your Default website\" -<span id=\"74d6ac0c-9303-4cd1-b751-3178b7a79df6\" class=\"GINGER_SOFTWARE_mark\">IPAddress<\/span> \"*\" -Port 80 -<span id=\"d93e52de-1b4d-40e3-96f1-4c1b337c215e\" class=\"GINGER_SOFTWARE_mark\">HostHeader<\/span> \"*<span id=\"c2aa62e1-586d-4437-a19a-8644592bd7ad\" class=\"GINGER_SOFTWARE_mark\">.<\/span><span id=\"3ed06024-33f2-43fd-8c7c-ef88c66db2d9\" class=\"GINGER_SOFTWARE_mark\">foo<\/span><span id=\"2f4aefcf-8854-4c07-b4de-d8f2818c3232\" class=\"GINGER_SOFTWARE_mark\">.<\/span>bar\"<\/pre>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>This all means that you are able to point multiple hostnames to the same website.<\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>Now, it is possible to use site1<span id=\"56fe730c-1e86-4d67-87fc-f1e90091613a\" class=\"GINGER_SOFTWARE_mark\">.foo.<\/span>bar and Site2<span id=\"d25ac039-de53-4fd9-a521-b5d8ff9ac01a\" class=\"GINGER_SOFTWARE_mark\">.foo.<\/span>bar, however, you should have your DNS server or host file set up, so they both will go to the same site.<\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>For server1.departmetn.foo.bar, the above steps won\u2019t work as the wildcard \u201c*\u201d stands for just a single \u201cword\u201d. <span id=\"f85f0a48-01fe-49ed-a91f-17e753d43a08\" class=\"GINGER_SOFTWARE_mark\">So using even<\/span> a binding such as \u201c*<span id=\"dd07a3e9-1e86-4176-97ba-b011020dc212\" class=\"GINGER_SOFTWARE_mark\">.<\/span>*<span id=\"4d4ee8c6-5d6c-49b7-a144-9ce70103e2a6\" class=\"GINGER_SOFTWARE_mark\">.foo.<\/span>bar\u201d is invalid, similar to <span id=\"8a793dfd-7c01-44d5-935d-028a8e35a3ba\" class=\"GINGER_SOFTWARE_mark\">foo.<\/span>*<span id=\"9a35cfa2-1e5a-4535-94f6-c3c02a495e99\" class=\"GINGER_SOFTWARE_mark\">.<\/span>bar. The wildcard has to be the leftmost character.<\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p><strong>To make that work add a binding as follows:<\/strong><\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<pre class=\"wp-block-preformatted\">New-WebBinding -Name \"Your Default website\" -<span id=\"fa93cae4-ed0c-48c9-a943-11fb03ce2ea6\" class=\"GINGER_SOFTWARE_mark\"><span id=\"8dcc3054-e8d0-47fe-b119-abf26a468d84\" class=\"GINGER_SOFTWARE_mark\">IPAddress<\/span><\/span> \"*\" -Port 80 \u2013<span id=\"81f619b7-426b-487c-92d8-5791a677a7ec\" class=\"GINGER_SOFTWARE_mark\"><span id=\"ef760efd-599d-4007-ac95-849ff0612258\" class=\"GINGER_SOFTWARE_mark\">HostHeader<\/span><\/span> \"*.department.foo.bar\"<\/pre>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p><strong>For more information: <a href=\"http:\/\/www.iis.net\/learn\/get-started\/whats-new-in-iis-10\/wildcard-host-header-support\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Wildcard Host Header Support<\/a><\/strong><\/p>\r\n<strong><strong>\r\n\r\n<\/strong><\/strong><\/li>\r\n<li><strong><strong>New IISAdministration PowerShell module<br \/><\/strong><\/strong>\r\n<p>The existing PowerShell module has hardly changed, but the IIS team included a second module with direct access to the \u2018Microsoft<span id=\"1a74d76f-9174-4ba7-aeb2-209e3fba033b\" class=\"GINGER_SOFTWARE_mark\"><span id=\"35b2e66d-6479-4eb0-bc41-5b2d17bbcf52\" class=\"GINGER_SOFTWARE_mark\">.<\/span><\/span>Web<span id=\"8bb09fe6-44f8-4a3a-b061-babbd3ddf15c\" class=\"GINGER_SOFTWARE_mark\"><span id=\"66469f9f-9e49-4a74-84f7-6bbd29d1a636\" class=\"GINGER_SOFTWARE_mark\">.<\/span><\/span>Administration<span id=\"1594a246-bcb0-4cf3-9fc5-90e30d49ca84\" class=\"GINGER_SOFTWARE_mark\"><span id=\"8b7bd885-846b-4ec6-8830-b137e7a6b6f1\" class=\"GINGER_SOFTWARE_mark\">.<\/span><\/span>ServerManager\u2019 object.<\/p>\r\n<pre class=\"wp-block-preformatted\">Get-command -Module IISAdministration | Select Name<\/pre>\r\n<\/li>\r\n<li><strong><strong>Environment Variables for Applications Pools<\/strong><\/strong><\/li>\r\n<li><strong><strong>HTTP status code 308<br \/><\/strong><\/strong>For the HTTP redirect module:\r\n<pre class=\"wp-block-preformatted\">Install-<span id=\"390eb305-2ea7-4c42-b028-6f386a5b0e52\" class=\"GINGER_SOFTWARE_mark\"><span id=\"51387e16-cc9e-40e8-b5db-4e6e4012fc76\" class=\"GINGER_SOFTWARE_mark\">WindowsFeature<\/span><\/span> Web-Http-Redirect<\/pre>\r\n<p>Then use PermRedirect for the new redirect:<\/p>\r\n<\/li>\r\n<li><strong>Server header Removal<br \/><\/strong>Yet, no UI is available, but we can:<br \/>\r\n<pre class=\"wp-block-preformatted\">Set-<span id=\"3c033c62-d590-4040-8ba2-2fcc2178a62f\" class=\"GINGER_SOFTWARE_mark\"><span id=\"21d323f6-160e-4ff8-b1d0-7f0267f7be0e\" class=\"GINGER_SOFTWARE_mark\">webconfigurationproperty<\/span><\/span> \u2013<span id=\"beb85b85-94f4-43aa-99c9-560d6ca08056\" class=\"GINGER_SOFTWARE_mark\"><span id=\"4e602e32-0f48-485b-a791-8b5621213e0b\" class=\"GINGER_SOFTWARE_mark\">papath<\/span><\/span> \u2018machine\/webroot\/<span id=\"ec821edf-7a55-4388-910e-58118cfc907e\" class=\"GINGER_SOFTWARE_mark\"><span id=\"3b300b12-1260-4b91-9636-4903708d443e\" class=\"GINGER_SOFTWARE_mark\">apphost<\/span><\/span>\/your default website\u2019 \u2013filter \u201csystem<span id=\"b91aaf5e-2117-4670-b4fe-90b24baf38d1\" class=\"GINGER_SOFTWARE_mark\"><span id=\"4d2eed1a-7ed1-4c0e-932f-a27a0065e24c\" class=\"GINGER_SOFTWARE_mark\">.<\/span><\/span>webserver\/security\/<span id=\"f75e9a33-dbb7-4ab2-973a-cd37a88beb4c\" class=\"GINGER_SOFTWARE_mark\"><span id=\"f1d165ae-4961-4b37-b824-0931937bbbd4\" class=\"GINGER_SOFTWARE_mark\">requestfiltering<\/span><\/span>\u201d \u2013name \u201c<span id=\"b30a6a07-ddc0-48cd-a772-68b3ae3ee1ba\" class=\"GINGER_SOFTWARE_mark\"><span id=\"51fb4366-1263-4295-b64d-ba1e9a0d4b17\" class=\"GINGER_SOFTWARE_mark\">removeserverheader<\/span><\/span>\u201d \u2013value \u201ctrue\u201d<\/pre>\r\n<p>Or on the server level:<\/p>\r\n<pre class=\"wp-block-preformatted\">Set-<span id=\"79dcec70-e461-4109-97e5-62fadbd494ee\" class=\"GINGER_SOFTWARE_mark\"><span id=\"69ae44f4-0bdd-4d14-ada3-b163cb5a792c\" class=\"GINGER_SOFTWARE_mark\">webconfigurationproperty<\/span><\/span> \u2013<span id=\"e9565b2a-fd3d-4536-b6c7-fe11ca1ade68\" class=\"GINGER_SOFTWARE_mark\"><span id=\"24ecdd29-8807-42e2-8b2c-b8c6935955ee\" class=\"GINGER_SOFTWARE_mark\">pspath<\/span><\/span> \u2018machine\/webroot\/<span id=\"20089345-9c42-468b-bee8-3cde16427f3f\" class=\"GINGER_SOFTWARE_mark\"><span id=\"efb62dfd-baaf-4d53-afa7-99a21812f6c6\" class=\"GINGER_SOFTWARE_mark\">apphost<\/span><\/span>\u2019 \u2013filter \u201csystem<span id=\"132cad72-017c-4d8c-aa96-a7c345d34551\" class=\"GINGER_SOFTWARE_mark\"><span id=\"ab52da6c-4ef7-4eb6-af70-7c147f61ee20\" class=\"GINGER_SOFTWARE_mark\">.<\/span><\/span>webserver\/security\/<span id=\"fe7b8fad-1f2c-42b1-9c5f-8d4eb5f10768\" class=\"GINGER_SOFTWARE_mark\"><span id=\"c596a4a8-f506-470f-a614-50d70a168839\" class=\"GINGER_SOFTWARE_mark\">requestfiltering<\/span><\/span>\u201d \u2013name \u201c<span id=\"f8ff62d0-5382-41c5-bab4-5d5c53ed6c0a\" class=\"GINGER_SOFTWARE_mark\"><span id=\"848f7d01-b12f-4c2a-8e5f-65d016f5782e\" class=\"GINGER_SOFTWARE_mark\">removeserverheader<\/span><\/span>\u201d \u2013value \u201ctrue\u201d<\/pre>\r\n<p>So, the header no longer send:<\/p>\r\n<pre class=\"wp-block-preformatted\">Server: \"Microsoft-IIS\/10.0\"<\/pre>\r\n<\/li>\r\n<li><strong>Failed Request Tracing<br \/><\/strong>To trace failed requests:<br \/>\r\n<pre class=\"wp-block-preformatted\"><span id=\"751e7f75-c969-4d24-974d-287d0209dc7e\" class=\"GINGER_SOFTWARE_mark\"><span id=\"6db60af9-527e-4ca6-88ca-ad223e83b34a\" class=\"GINGER_SOFTWARE_mark\">traceAllAfterTimeout<\/span><\/span><\/pre>\r\n<\/li>\r\n<li><strong><strong>New cipher suites<br \/><\/strong><\/strong>Supports two additional cipher suites:\r\n<pre class=\"wp-block-preformatted\">tls_ecdhe_rsa_with_aes_128_gcm_sha256\r\ntls_ecdhe_rsa_with_aes_256_gcm_sha384\r\n<\/pre>\r\n<p>The first Cipher is noteworthy, as Google\u2019s Chrome web browser also uses it. To download the Cipher list and extract the zip, run:<\/p>\r\n<pre class=\"wp-block-preformatted\">.\\sslyze.exe --regular www.yoursite.com<\/pre>\r\n<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>Summary: In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10. But there is one more thing that may light up your interest more, i.e. IIS 10. So let\u2019s see what it has new on the table: Introduction: If you\u2019ve accessed Windows Server [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[664],"tags":[695],"class_list":["post-5345","post","type-post","status-publish","format-standard","hentry","category-web-hosting","tag-iis-10-features-view"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IIS 10 Features view \u2013 What is New?<\/title>\n<meta name=\"description\" content=\"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IIS 10 Features view \u2013 What is New?\" \/>\n<meta property=\"og:description\" content=\"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-21T11:28:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:03:12+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\"},\"headline\":\"IIS 10 Features view \u2013 What is New?\",\"datePublished\":\"2015-09-21T11:28:23+00:00\",\"dateModified\":\"2026-02-26T14:03:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/\"},\"wordCount\":458,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"keywords\":[\"iis 10 features view\"],\"articleSection\":[\"Web Hosting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/\",\"name\":\"IIS 10 Features view \u2013 What is New?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2015-09-21T11:28:23+00:00\",\"dateModified\":\"2026-02-26T14:03:12+00:00\",\"description\":\"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/iis-10-features-view\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Web Hosting\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/web-hosting\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IIS 10 Features view \u2013 What is New?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IIS 10 Features view \u2013 What is New?","description":"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/","og_locale":"en_US","og_type":"article","og_title":"IIS 10 Features view \u2013 What is New?","og_description":"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.","og_url":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2015-09-21T11:28:23+00:00","article_modified_time":"2026-02-26T14:03:12+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/"},"author":{"name":"admin","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9"},"headline":"IIS 10 Features view \u2013 What is New?","datePublished":"2015-09-21T11:28:23+00:00","dateModified":"2026-02-26T14:03:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/"},"wordCount":458,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"keywords":["iis 10 features view"],"articleSection":["Web Hosting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/","url":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/","name":"IIS 10 Features view \u2013 What is New?","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"datePublished":"2015-09-21T11:28:23+00:00","dateModified":"2026-02-26T14:03:12+00:00","description":"In all the web hosting news you might have noticed the buzz around Windows Server 2016, SQL Server 2016, and Windows 10.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/iis-10-features-view\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Web Hosting","item":"https:\/\/www.bodhost.com\/kb\/category\/web-hosting\/"},{"@type":"ListItem","position":2,"name":"IIS 10 Features view \u2013 What is New?"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.bodhost.com\/kb\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=5345"}],"version-history":[{"count":18,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5345\/revisions"}],"predecessor-version":[{"id":12133,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5345\/revisions\/12133"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=5345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=5345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=5345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}