aktuelle.kurse/oldies/m239/unterlagen/50 - Internetserver/01 - Webserver/Internet Information-Server (IIS)/The Official Microsoft IIS Site

385 lines
26 KiB
Plaintext
Raw Normal View History

2022-05-15 21:40:59 +02:00
<!DOCTYPE HTML>
<!--[if IE 7]><html class="ie7" lang="en"><![endif]-->
<!--[if IE 8]><html class="ie8" lang="en"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- build date: Fri, 13 May 2022 09:42:32 GMT -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Home
:
The Official Microsoft IIS Site
</title>
<!--[if IE]><script src='https://www-iis.azureedge.net/v-2022-04-13-01/scripts-bundle/html5.js'></script><![endif]-->
<meta name="description" content="Learn, download, &amp; discuss IIS7 and more on the official Microsoft IIS site for the IIS.NET development community." />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/touch-icon-iphone-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/touch-icon-ipad-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/touch-icon-iphone4-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-ipad3-precomposed.png" />
<meta name="application-name" content="The Official Microsoft IIS Site" />
<meta name="msapplication-TileColor" content="#474747" />
<meta name="msapplication-TileImage" content='https://www-iis.azureedge.net/v-2022-04-13-01/images/iis_tile.png' />
<!-- Anti-Clickjacking script -->
<style id="antiClickjack">
body {
display: none !important;
}
</style>
<script type="text/javascript">if (self === top) { var antiClickjack = document.getElementById("antiClickjack"); antiClickjack.parentNode.removeChild(antiClickjack) } else top.location = self.location;</script>
<script>var antiForgeryToken = "DBfbjxNR9xjD6J6IaAagZiV7-A9m0hmyrSW6XZBGl4ttyqjjZm_jNtjERthCdmEuHevN33XN8ZywqxXi4h1Rn3pfS2k1:FQiOmWyuL-lXQ_2TbVTaYHkEHn74EKR8CZ-TFqJ4N8IVa-j5rVcFrFUpEcQQZTrXFreMdhohlbcb0dBU_3ebSLyHTdU1";</script>
<link href='https://www-iis.azureedge.net/v-2022-04-13-01/css-bundle/home.css' rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">var isConsentAdvertising = true;</script>
<script src="https://consentdeliveryfd.azurefd.net/mscc/lib/v2/wcp-consent.js"></script>
<script>
var siteConsent = null;
window.addEventListener('DOMContentLoaded', function () {
function onConsentChanged(categoryPreferences) { console.log("onConsentChanged", categoryPreferences); }
WcpConsent.init("en-US", "cookie-banner", function (err, _siteConsent) {
if (err != undefined) {
return error;
} else {
siteConsent = _siteConsent; //siteConsent is used to get the current consent
}
});
if (siteConsent.isConsentRequired) {
isConsentAdvertising = siteConsent.getConsentFor(WcpConsent.consentCategories.Advertising);
document.getElementsByClassName('manageCookieChoice')[0].style.display = 'inline-block';
}
else {
//$(".manageCookieChoice").css("display", "none");
document.getElementsByClassName('manageCookieChoice')[0].style.display = 'none';
isConsentAdvertising = true;
}
siteConsent.onConsentChanged(watchConsentChanges);
if (siteConsent.getConsentFor(WcpConsent.consentCategories.Analytics)) {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-61337531-2', {
'cookieExpires': 60 * 60 * 24 * 365
});
ga('send', 'pageview');
}
else {
dropAnalyticsCookies();
}
//console.log(siteConsent.getConsentFor(WcpConsent.consentCategories.))
function watchConsentChanges(consents) {
manageNonAdvertise();
//scan through the categories and take action based on user consent.
if (siteConsent.getConsentFor(WcpConsent.consentCategories.Analytics)) {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-61337531-2', {
'cookieExpires': 60 * 60 * 24 * 365
});
ga('send', 'pageview');
}
else {
dropAnalyticsCookies();
}
}
function getUserConsent() {
var userConsent = siteConsent.getConsent();
//response will look like this
//{"Required":true,"Analytics":true,"SocialMedia":false,"Advertising":false}
}
function dropSocialMediaCookies() {
if (siteConsent.getConsentFor(WcpConsent.consentCategories.SocialMedia)) {
//Drop social media cookies
}
}
manageNonAdvertise();
});
function manageConsent() {
if (siteConsent.isConsentRequired) {
siteConsent.manageConsent();
}
}
function dropAnalyticsCookies() {
var domainVal = document.domain.replace("www", "");
clearCookie('_ga', domainVal, '/');
clearCookie('_gid', domainVal, '/');
clearCookie('_gat', domainVal, '/');
clearCookie('_ga', document.domain, '/');
clearCookie('_gid', document.domain, '/');
clearCookie('_gat', document.domain, '/');
}
function manageNonAdvertise() {
var userDocument = document.getElementsByTagName("body");
if (siteConsent.getConsentFor(WcpConsent.consentCategories.Advertising)) {
$(userDocument).removeClass("no-ad");
}
else {
$(userDocument).addClass("no-ad");
}
}
function clearCookie(name, domain, path) {
try {
function Get_Cookie(check_name) {
// first we'll split this cookie up into name/value pairs
// note: document.cookie only returns name=value, not the other components
var a_all_cookies = document.cookie.split(';'),
a_temp_cookie = '',
cookie_name = '',
cookie_value = '',
b_cookie_found = false;
for (i = 0; i < a_all_cookies.length; i++) {
// now we'll split apart each name=value pair
a_temp_cookie = a_all_cookies[i].split('=');
// and trim left/right whitespace while we're at it
cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
// if the extracted name matches passed check_name
if (cookie_name == check_name) {
b_cookie_found = true;
// we need to handle case where cookie has no value but exists (no = sign, that is):
if (a_temp_cookie.length > 1) {
cookie_value = unescape(a_temp_cookie[1].replace(/^\s+|\s+$/g, ''));
}
// note that in cases where cookie is initialized but no value, null is returned
return cookie_value;
break;
}
a_temp_cookie = null;
cookie_name = '';
}
if (!b_cookie_found) {
return null;
}
}
if (Get_Cookie(name)) {
var domain = domain || document.domain;
var path = path || "/";
var today = new Date();
var expiryDate = new Date();
expiryDate.setDate(today.getDate() - 2);
document.cookie = name + "=; expires=" + expiryDate + "; domain=" + domain + "; path=" + path;
}
}
catch (err) { }
};
</script>
</head>
<body class=''>
<div id="cookie-banner"></div>
<div id="skiptocontent"><a href="#hero" class="skip-content">skip to main content</a></div>
<div style="background-color: #672D79;padding:10px;font-size:16px;text-align:center;color:#fff;">We are excited to announce that the IIS.NET Forums are moving to the new Microsoft Q&A experience. <a href="https://forums.iis.net/t/1252649.aspx?IIS+NET+Forums+are+Moving+to+Microsoft+Q+A" style="color:#fff;">Learn more &gt;</a></div>
<header id="header-site" class='full-width single-nav'>
<div class="ms-logo"><a href="javascript:0" class="icon-menu" aria-label="Expand to view navigation menu"><span class="icon-bar" /><span class="icon-bar" /><span class="icon-bar" /></a><a id="logo" href="https://www.microsoft.com">Microsoft</a></div><p id="search-site"><input type="text" name="search" id="txt-search" placeholder="Search all of IIS.NET" aria-label="Search through site content" /><button type="submit" id="btn-search-submit" aria-label="Search"><svg version="1.1" width="16" height="16" id="Layer_1" x="0px" y="0px" viewBox="0 0 18 18" enable-background="new 0 0 18 18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="1.5" d="M5.89,11.594c1.32,0,2.532-0.461,3.49-1.229l7.267,7.268c0.122,0.119,0.28,0.182,0.439,0.182s0.319-0.063,0.44-0.182c0.242-0.244,0.242-0.639,0-0.881L10.26,9.486c0.767-0.958,1.229-2.17,1.229-3.49c0-3.087-2.511-5.598-5.599-5.598c-3.087,0-5.598,2.511-5.598,5.598S2.803,11.594,5.89,11.594 M5.89,1.642c2.401,0,4.354,1.953,4.354,4.354S8.291,10.35,5.89,10.35c-2.4,0-4.354-1.953-4.354-4.354S3.489,1.642,5.89,1.642" /></svg></button></p>
<script type="text/javascript">
var currentUsername = '';
</script><ul id="nav-user"><li><a href="https://login.iis.net/login/signin.aspx?ReturnUrl=https://www.iis.net/">Sign In</a></li></ul>
<nav id="nav-primary" aria-label="Primary navigation menu"><a href="https://www.iis.net/" class="iis-logo">IIS</a><ul class="menu"><li><a href="https://www.iis.net/" class="current">
Home
</a></li><li><a href="https://docs.microsoft.com/en-us/IIS-Administration/">
Manage
</a></li><li><a href="https://www.iis.net/downloads">
Downloads
</a>
</li><li><a href="https://www.iis.net/learn">
Learn
</a></li><li><a href="https://www.iis.net/configreference">
Reference
</a></li>
<li id="solutions-menu"><a href="javascript:;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Solutions <span></span></a>
<div>
<ul>
<li>Technologies</li>
<li><a href="https://www.microsoft.com/net">.NET Framework</a></li>
<li><a href="//www.asp.net">ASP.NET</a></li>
<li><a href="https://php.iis.net/">PHP</a></li>
<li><a href="https://www.microsoft.com/en-us/cloud-platform/windows-server">Windows Server</a></li>
<li><a href="https://www.microsoft.com/en-us/sql-server/">SQL Server</a></li>
<li><a href="https://webgallery.microsoft.com/gallery">Web App Gallery</a></li>
<li><a href="https://azure.microsoft.com/">Microsoft Azure</a></li>
</ul>
<ul>
<li>Tools</li>
<li><a href="https://visualstudio.microsoft.com/">Visual Studio</a></li>
<li><a href="https://code.visualstudio.com/">Visual Studio Code</a></li>
<li><a href="https://www.microsoft.com/web/downloads/platform.aspx">Web Platform Installer</a></li>
</ul>
<ul>
<li>Get Help:</li>
<li><a href="https://forums.iis.net/">Ask a Question in our Forums</a></li>
<li><a href="https://www.iis.net/contact">More Help Resources</a></li>
</ul>
</div>
</li>
<li><a href="https://blogs.iis.net/">
Blogs
</a></li><li class="last-child"><a href="https://forums.iis.net/">Forums</a></li></ul></nav>
</header>
<div class="full-width">
<section id="hero" class="hero-home">
<header>
<h1>A flexible &amp; easy-to-manage web server...</h1>
</header>
<p>Internet Information Services (IIS) for Windows&reg; Server is a flexible, secure and manageable Web server for hosting anything on the Web. From media streaming to web applications, IIS's scalable and open architecture is ready to handle the most demanding tasks.</p>
<p class="actions"><a class="btn" href="/overview">Get Started with IIS</a> <a class="btn" href="https://manage.iis.net">Manage IIS</a></p>
</section>
<div id="parentDiv">
<div id="headerContentDiv1">
<div id="HHS1" data-adzoneid="668682" class="ad-home" data-adwidth="320px" data-adheight="55px" style="width: 320px; height: 55px;">
<iframe width="320" height="55" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/668682/0/vh?z=effectus&dim=668296&kw=&click=">
<script type="text/javascript" language="JavaScript" src="https://effectus.nui.media/pipeline/668682/0/vj?z=effectus&dim=668296&kw=&click=&abr=$scriptiniframe"></script>
<noscript>
<a href="https://effectus.nui.media/pipeline/668682/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/668682/0/vc?z=effectus&dim=668296&kw=&click=&abr=$imginiframe" width="320" height="55" alt="" border="0"></a>
</noscript>
</iframe>
</div>
</div>
<div id="headerContentDiv2">
<div id="HHS2" data-adzoneid="680043" class="ad-home" data-adwidth="320px" data-adheight="55px" style="width: 320px; height: 55px;">
<iframe width="320" height="55" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/680043/0/vh?z=effectus&dim=668296&kw=&click=">
<script type="text/javascript" language="JavaScript" src="https://effectus.nui.media/pipeline/680043/0/vj?z=effectus&dim=668296&kw=&click=&abr=$scriptiniframe"></script>
<noscript>
<a href="https://effectus.nui.media/pipeline/680043/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/680043/0/vc?z=effectus&dim=668296&kw=&click=&abr=$imginiframe" width="320" height="55" alt="" border="0"></a>
</noscript>
</iframe>
</div>
</div>
<div id="headerContentDiv3">
<div id="HHS3" data-adzoneid="680044" class="ad-home" data-adwidth="320px" data-adheight="55px" style="width: 320px; height: 55px;">
<iframe width="320" height="55" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/680044/0/vh?z=effectus&dim=668296&kw=&click=">
<script type="text/javascript" language="JavaScript" src="https://effectus.nui.media/pipeline/680044/0/vj?z=effectus&dim=668296&kw=&click=&abr=$scriptiniframe"></script>
<noscript><a href="https://effectus.nui.media/pipeline/680044/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/680044/0/vc?z=effectus&dim=668296&kw=&click=&abr=$imginiframe" width="320" height="55" alt="" border="0"></a></noscript>
</iframe>
</div>
</div>
</div>
<section class="announcments"><strong>ANNOUNCEMENTS:</strong><ul><li><a href="https://www.iis.net/downloads/microsoft/iis-compression">IIS Compression module released</a></li><li><a href="https://blogs.iis.net/iisteam/introducing-iis-cors-1-0">Introducing IIS CORS 1.0</a></li><li><a href="https://blogs.iis.net/iisteam/url-rewrite-v2-1">URL Rewrite 2.1</a></li><li><a href="https://blogs.iis.net/adminapi">manage.iis.net</a></li><li><a href="https://blogs.iis.net/bariscaglar/iisadministration-powershell-cmdlets-new-feature-in-windows-10-server-2016">IIS PowerShell Cmdlets</a></li><li><a href="https://blogs.iis.net/davidso/http2">HTTP/2 Support for IIS</a></li></ul></section>
<div class="page two-right">
<div class="col-mid">
<div id="azk52365" data-adzoneid="668290" class="ad ad-home2" data-adwidth="610px" data-adheight="48px" style="width: 610px; height: 48px;">
<iframe width="610" height="48" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/668290/0/vh?z=effectus&dim=668283&kw=&click=">
<script type="text/javascript" language="JavaScript" src="https://effectus.nui.media/pipeline/668290/0/vj?z=effectus&dim=668283&kw=&click=&abr=$scriptiniframe"></script>
<noscript>
<a href="https://effectus.nui.media/pipeline/668290/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/668290/0/vc?z=effectus&dim=668283&kw=&click=&abr=$imginiframe" width="610" height="48" alt="" border="0"></a>
</noscript>
</iframe>
</div>
<section class="grouped-list"><header><h3>Recent Blog Posts</h3><ul class="group-nav"><li><a href="https://blogs.iis.net/">View All</a></li><li><a class="RSS" href="https://blogs.iis.net/feed/recent-posts.xml" aria-label="Subscribe"><svg viewBox="0 0 2048 2048" width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M192 1536q40 0 75 15t61 41 41 61 15 75q0 40-15 75t-41 61-61 41-75 15q-40 0-75-15t-61-41-41-61-15-75q0-40 15-75t41-61 61-41 75-15zM0 1024q124 0 238 32t214 90 181 140 140 181 91 214 32 239H736q0-101-26-195t-75-176-115-149-149-115-176-74-195-27v-160zm0-512q194 0 374 50t336 142 285 220 220 285 142 336 51 375h-160q0-172-44-331t-126-298-196-253-252-195-298-126T0 672V512zM0 0q265 0 510 68t459 194 388 300 301 389 193 458 69 511h-160q0-243-63-467t-178-420-275-356-356-276-420-178T0 160V0z" /></svg></a></li></ul></header><article class="author-list"><header><h4><a href="https://blogs.iis.net:443/mvolo/Contents/Item/Display/1781">Fixing W3WP.exe memory leaks is easier than you think</a></h4><p>Tuesday April 5, 2022 by mvolo</p><img src="https://iisumbraco.blob.core.windows.net/media/6718159/mike-volodarsky.jpg" alt="author" class="author" /></header><p>Memory leaks can be causing poor website performance, and blowing out your cloud hosting costs.You can now easily reduce memory usage and fix memory leaks, check out our Diagnose w3wp.exe memory us...</p></article><article class="author-list"><header><h4><a href="https://blogs.iis.net:443/mvolo/Fixing-W3WPexe-memory-leaks-is-easier-than-you-think">Fixing W3WP.exe memory leaks is easier than you think</a></h4><p>Tuesday April 5, 2022 by mvolo</p><img src="https://iisumbraco.blob.core.windows.net/media/6718159/mike-volodarsky.jpg" alt="author" class="author" /></header><p>Memory leaks can be causing poor website performance, and blowing out your cloud hosting costs.You can now easily reduce memory usage and fix memory leaks, check out our Diagnose w3wp.exe memory us...</p></article><article class="author-list"><header><h4><a href="https://blogs.iis.net:443/mvolo/Async-await-hangs-in-ASPNET-Core-MVC-and-WebAPI">Async await hangs in ASP.NET Core, MVC and WebAPI</a></h4><p>Tuesday March 8, 2022 by mvolo</p><img src="https://iisumbraco.blob.core.windows.net/media/6718159/mike-volodarsky.jpg" alt="author" class="author" /></header><p>Debugging async hangs in ASP.NET core, MVC and WebAPI apps can be extra hard!To help, we added async task support to LeanSentry hang diagnostics. Check out the Diagnose async hangs in ASP.NET Core,...</p></article><article class="author-list"><header><h4><a href="https://blogs.iis.net:443/mvolo/You-may-be-massively-overpaying-for-your-CPUs">You may be massively overpaying for your CPUs</a></h4><p>Wednesday February 23, 2022 by mvolo</p><img src="https://iisumbraco.blob.core.windows.net/media/6718159/mike-volodarsky.jpg" alt="author" class="author" /></header><p>You could be throwing away 50-80% of your cloud instance CPU power, due to common .NET CPU overheads.Learn more about these and how to remove them to save on your cloud costs in our W3wp high CPU g...</p></article></section>
</div>
<section class="col-right">
<div id="FeaturedAd" data-adzoneid="674040" class="ad-300x250 " data-adwidth="300px" data-adheight="250px" style="width: 300px; height: 250px;">
<iframe width="300" height="250" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/674040/0/vh?z=effectus&dim=602457&kw=&click=">
<script type="text/javascript" lang="JavaScript" src="https://effectus.nui.media/pipeline/674040/0/vj?z=effectus&dim=602457&kw=&click=&abr=$scriptiniframe"></script>
<noscript>
<a href="https://effectus.nui.media/pipeline/674040/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/674040/0/vc?z=effectus&dim=602457&kw=&click=&abr=$imginiframe" width="300" height="250" alt="" border="0">
</a>
</noscript>
</iframe>
</div>
<nav class="nav-base" aria-label="Sidebar navigation menu"><h2 class="iconed"><span class="icon icon-windows">Windows</span>Featured Microsoft Supported Downloads</h2>
<ul class="nav-numbered">
<li><a href="//blogs.iis.net/roman/archive/2013/07/26/application-request-router-arr-3-0-rtm-is-now-available.aspx">Application Request Routing (ARR) 3.0</a></li>
<li><a href="https://www.microsoft.com/en-us/download/details.aspx?id=43717">Web Deploy 3.6</a></li>
<li><a href="/downloads/microsoft/url-rewrite">URL Rewrite</a></li>
</ul>
<h2 class="iconed"><span class="icon icon-user">User</span>Featured Community Downloads</h2>
<ul class="nav-numbered">
<li><a href="/downloads/community/2011/07/rtr-frontpage-server-extensions-for-iis-75-on-windows-server-2008-r2-and-windows-7">RTR FrontPage Server Extensions for IIS 7.5</a></li>
<li><a href="/downloads/community/2013/05/servant-for-iis">Servant for IIS</a></li>
<li><a href="/downloads/community/2013/05/iispeed">IISpeed</a></li>
</ul></nav>
</section>
</div>
<div id="BottomAd" data-adtypeid="674039" class="ad centered-ad-728" data-adwidth="728px" data-adheight="90px" style="width: 728px; height: 90px;">
<iframe width="728" height="90" scrolling="No" frameborder="0" marginheight="0" marginwidth="0" src="https://effectus.nui.media/pipeline/674039/0/vh?z=effectus&dim=602464&kw=&click=">
<script type="text/javascript" lang="JavaScript" src="https://effectus.nui.media/pipeline/674039/0/vj?z=effectus&dim=602464&kw=&click=&abr=$scriptiniframe"></script>
<noscript>
<a href="https://effectus.nui.media/pipeline/674039/0/cc?z=effectus">
<img src="https://effectus.nui.media/pipeline/674039/0/vc?z=effectus&dim=602464&kw=&click=&abr=$imginiframe" width="728" height="90" alt="" border="0">
</a>
</noscript>
</iframe>
</div>
<footer id="footer-site">
<ul>
<li class="text-links">This site is managed for Microsoft by Neudesic, LLC. | ©&nbsp;2022&nbsp;Microsoft. All rights reserved.</li>
<li><a href="https://go.microsoft.com/fwlink/?LinkId=521839" data-mscc-ic="false">Privacy Statement</a></li>
<li><a href="https://www.iis.net/terms-of-use" data-mscc-ic="false">Terms of Use</a></li>
<li><a href="https://www.iis.net/contact">Contact Us</a></li>
<li><a href="https://azure.microsoft.com/">Hosted on Microsoft Azure</a></li>
<li><a href="https://www.effectusmedia.com/?site=iis#contactus">Advertise with Us</a></li>
<li style="display:none" class="manageCookieChoice"><a href="#" onclick="javascript:manageConsent(); return false;" data-s-object-id="footer">Manage cookies</a></li>
</ul>
<ul class="social">
<li>Follow us on:</li>
<li><a href="https://www.twitter.com/inetsrv/" class="twitter">Twitter</a></li>
<li><a href="https://facebook.com/inetsrv/" class="facebook">Facebook</a></li>
</ul>
<ul class="logo">
<li><a href="https://microsoft.com/" class="logo-footer">Microsoft</a></li>
<li><a href="https://forums.iis.net/1080.aspx">Feedback on IIS</a></li>
</ul>
</footer>
</div>
<script src='https://www-iis.azureedge.net/v-2022-04-13-01/scripts-bundle/jquery-3.5.1.min.js' type="text/javascript"></script>
<script type="text/javascript">$.ajaxSetup({ cache: false }); var searchDomain ='https://www.iis.net';</script>
<script type="text/javascript">var s=document.createElement('script');s.type='text/javascript';s.src='https://www-iis.azureedge.net/v-2022-04-13-01/scripts-bundle/main.js';document.body.appendChild(s);</script>
</body>
</html>