{"id":2266,"date":"2025-07-23T05:25:14","date_gmt":"2025-07-23T05:25:14","guid":{"rendered":"https:\/\/serverhub.com\/kb\/?p=2266"},"modified":"2025-07-24T12:58:48","modified_gmt":"2025-07-24T12:58:48","slug":"microsoft-iis-installation-troubleshooting-guide-for-windows-based-web-servers","status":"publish","type":"post","link":"https:\/\/serverhub.com\/kb\/microsoft-iis-installation-troubleshooting-guide-for-windows-based-web-servers\/","title":{"rendered":"Microsoft IIS Installation &amp; Troubleshooting Guide for Windows-Based Web Servers"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"597\" src=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/2-Blog-artcle-Blog-1024x597.jpg\" alt=\"\" class=\"wp-image-2291\" srcset=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/2-Blog-artcle-Blog-1024x597.jpg 1024w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/2-Blog-artcle-Blog-300x175.jpg 300w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/2-Blog-artcle-Blog-768x448.jpg 768w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/2-Blog-artcle-Blog.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>When it comes to deploying web applications on a Windows-based system, Microsoft Internet Information Services (IIS) or Microsoft IIS is the go-to solution. IIS is a flexible, secure, and manageable Windows web server that has powered countless websites since its initial release in 1995. In this guide, we\u2019ll walk you through the process of installing IIS on various Windows editions, configuring it, and troubleshooting common issues. We\u2019ll also explore the key features and differences between IIS versions.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Microsoft IIS?<\/strong><\/h2>\n\n\n\n<p><strong>Internet Information Services (IIS)<\/strong>, also known as <strong>Microsoft IIS Server<\/strong>, is a web server software package developed by Microsoft. It enables Windows systems to host and serve web applications, websites, and services using protocols like HTTP, HTTPS, FTP, FTPS, and SMTP. IIS integrates seamlessly with Windows-based technologies such as ASP.NET, .NET Core, and Active Directory, making it an essential part of many enterprise deployments.<\/p>\n\n\n\n<p>There are multiple variants of IIS, including the full-featured version available on <strong>Windows Server<\/strong> and <strong>Professional editions of Windows<\/strong>, and the lightweight <strong>IIS Express<\/strong> designed for developers running <strong>Windows Home<\/strong> or lower-tier editions.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Components of IIS<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>IIS Manager:<\/strong> The graphical interface for configuring sites, managing application pools, setting up SSL bindings, and more.<\/li>\n\n\n\n<li><strong>Application Pools:<\/strong> Logical containers that allow isolation of web applications for stability and security.<\/li>\n\n\n\n<li><strong>Modules: <\/strong>IIS has a modular architecture, enabling features like authentication, caching, URL rewriting, and compression.<\/li>\n\n\n\n<li><strong>Worker Process (w3wp.exe):<\/strong> Executes code for web applications, managing resources and processing requests.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"451\" src=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Windows-Activation-Service.jpg\" alt=\"\" class=\"wp-image-2279\" srcset=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Windows-Activation-Service.jpg 624w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Windows-Activation-Service-300x217.jpg 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Microsoft IIS Used For?<\/strong><\/h2>\n\n\n\n<p>IIS is commonly used to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Host <strong>ASP.NET<\/strong> or <strong>.NET Core<\/strong> web applications.<\/li>\n\n\n\n<li>Serve static <strong>HTML<\/strong>, <strong>CSS<\/strong>, and <strong>JavaScript<\/strong> content.<\/li>\n\n\n\n<li>Act as a <strong>reverse proxy<\/strong> for load balancing.<\/li>\n\n\n\n<li>Enable secure <strong>FTP file transfers<\/strong>.<\/li>\n\n\n\n<li>Provide <strong>SMTP services<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>In both development and production settings, IIS offers a robust, scalable platform that integrates well with Microsoft\u2019s development ecosystem.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>IIS Express vs Full IIS<\/strong><\/h2>\n\n\n\n<p><strong>IIS Express<\/strong> is a lightweight, standalone version of IIS designed for developers. It mimics the core behavior of IIS but without requiring administrative privileges or full server installation.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Feature<\/strong><\/td><td><strong>IIS Express<\/strong><\/td><td><strong>Full IIS<\/strong><\/td><\/tr><tr><td>Suitable For<\/td><td>Development<\/td><td>Production<\/td><\/tr><tr><td>GUI Support<\/td><td>Command-line\/IDE integration<\/td><td>Full IIS Manager GUI<\/td><\/tr><tr><td>OS Support<\/td><td>All Windows versions<\/td><td>Windows Pro &amp; Server only<\/td><\/tr><tr><td>Port Flexibility<\/td><td>Limited<\/td><td>Full control<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>To check your installed IIS version, open Command Prompt and run the following command:<br><mark class=\"has-inline-color has-accent-color\">reg query &#8220;HKLM\\Software\\Microsoft\\InetStp&#8221; \/v VersionString<\/mark><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Detailed Installation Guide for Microsoft IIS<\/strong><\/h2>\n\n\n\n<p><strong>To install IIS on Windows Server (2016\/2019\/2022)<\/strong>, do the following steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1. <strong>Open Server Manager<\/strong>\n<ul class=\"wp-block-list\">\n<li> a. Click the <strong>Start<\/strong> menu, then select <strong>Server Manager<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>2. <strong>Add Roles and Features<\/strong>\n<ul class=\"wp-block-list\">\n<li>b. From Server Manager, click <strong>Manage<\/strong> &gt; <strong>Add Roles and Features<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>3. <strong>Role-Based Installation<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Select <strong>Role-based<\/strong> or <strong>feature-based installation<\/strong>, then choose your server from the server pool.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>4. <strong>Select Web Server (IIS)<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Scroll down and check the <strong>Web Server (IIS)<\/strong>.<\/li>\n\n\n\n<li>b. A dialog box will appear to add required features. Click <strong>Add Features<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"445\" src=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Select-Server-Roles.jpg\" alt=\"\" class=\"wp-image-2281\" srcset=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Select-Server-Roles.jpg 624w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Select-Server-Roles-300x214.jpg 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>5. <strong>Select Additional Features (Optional)<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. You can choose <strong>FTP Server<\/strong>, <strong>ASP.NET<\/strong>, or <strong>WebDAV Publishing<\/strong> depending on your needs.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>6. <strong>Confirm and Install<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Click <strong>Install<\/strong> and wait for the installation to be completed.<\/li>\n\n\n\n<li>b. Restart the server if prompted.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>To install IIS on Windows 10 Pro\/Enterprise<\/strong>, do the following steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1. <strong>Open Control Panel<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Navigate to <strong>Control Panel &gt; Programs &gt; Turn Windows features on or off<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"384\" height=\"378\" src=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-1.png\" alt=\"\" class=\"wp-image-2283\" srcset=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-1.png 384w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-1-300x295.png 300w\" sizes=\"(max-width: 384px) 100vw, 384px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2. <strong>Enable Internet Information Services<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Check the box for <strong>Internet Information Services<\/strong>.<\/li>\n\n\n\n<li>b. You can expand the tree to enable specific features like <strong>CGI<\/strong>, <strong>ASP.NET<\/strong>, and <strong>FTP Server<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"437\" height=\"576\" src=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-2.png\" alt=\"\" class=\"wp-image-2287\" srcset=\"https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-2.png 437w, https:\/\/serverhub.com\/kb\/wp-content\/uploads\/2025\/07\/Turn-Windows-Features-2-228x300.png 228w\" sizes=\"(max-width: 437px) 100vw, 437px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>3. <strong>Apply Changes<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Click <strong>OK<\/strong> to begin installation.<\/li>\n\n\n\n<li>b. Once completed, IIS will be accessible via a browser at http:\/\/localhost.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>To install IIS Express on Windows Home<\/strong>, do the following steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1. <strong>Download IIS Express<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Visit the <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=48264\" title=\"\">official IIS Express download page<\/a>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>2. <strong>Run the Installer<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Follow the prompts to install it.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>3. <strong>Test IIS Express<\/strong>\n<ul class=\"wp-block-list\">\n<li>a. Launch from Command Prompt or use <strong>Visual Studio<\/strong> for local development.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Managing IIS with IIS Manager<\/strong><\/h2>\n\n\n\n<p>Once installed, open <strong>IIS Manager<\/strong> by typing inetmgr into the Run dialog (Win + R). You can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add and configure websites and virtual directories<\/li>\n\n\n\n<li>Assign SSL certificates and HTTPS bindings<\/li>\n\n\n\n<li>Enable authentication types<\/li>\n\n\n\n<li>Manage MIME types, default documents, and handlers<\/li>\n\n\n\n<li>Review logs and trace failed requests<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common IIS Troubleshooting Scenarios<\/strong><\/h2>\n\n\n\n<p><strong>Do the troubleshooting steps for each of the following scenarios:<\/strong><\/p>\n\n\n\n<p><strong>IIS Not Responding or Won\u2019t Start:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use iisreset in an elevated Command Prompt to restart the IIS service.<\/li>\n\n\n\n<li>Confirm that the <strong>World Wide Web Publishing Service<\/strong> is running (services.msc).<\/li>\n\n\n\n<li>Check the <strong>Event Viewer &gt; Windows Logs &gt; System\/Application<\/strong> for related errors.<\/li>\n<\/ul>\n\n\n\n<p><strong>HTTP\/HTTPS Port Conflicts:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the following command to identify conflicting applications: <mark class=\"has-inline-color has-accent-color\">netstat -ano | findstr :80<\/mark><\/li>\n\n\n\n<li>Open <strong>Task Manager &gt; Details<\/strong> tab to match the PID with a process name.<\/li>\n\n\n\n<li>Change site bindings in IIS Manager to use an alternate port or terminate the conflict.<\/li>\n<\/ul>\n\n\n\n<p><strong>Access Denied Errors (403)<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure the IIS_IUSRS group has read\/execute permissions on your site folder.<\/li>\n\n\n\n<li>Check that <strong>authentication settings<\/strong> are properly configured (e.g., Windows Authentication vs Anonymous).<\/li>\n<\/ul>\n\n\n\n<p><strong>500 Internal Service Errors:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For enable detailed error messages:\n<ul class=\"wp-block-list\">\n<li>In IIS Manager, go to <strong>Error Pages &gt; Edit Feature Settings<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Detailed Errors<\/strong>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Ensure the correct .NET version is selected in the <strong>Application Pool &gt; Basic Settings<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p><strong>Website Not Accessible Externally:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure Windows Firewall allows traffic on ports 80 and 443.<\/li>\n\n\n\n<li>If behind a router or firewall, configure port forwarding.<\/li>\n\n\n\n<li>Bind the website to the machine\u2019s IP address, not just localhost.<\/li>\n<\/ul>\n\n\n\n<p><strong>IIS Manager Missing or Won\u2019t Open:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reinstall the <strong>IIS Management Console<\/strong> using <strong>Turn Windows features on or off<\/strong>.<\/li>\n\n\n\n<li>If inetmgr fails, ensure inetmgr.exe exists under C:\\Windows\\System32\\inetsrv.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>What is Microsoft IIS Web Server?<\/strong>\n<ul class=\"wp-block-list\">\n<li>Windows-based software used to host and manage websites, web apps, and services.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>What is the difference between IIS and Apache?<\/strong>\n<ul class=\"wp-block-list\">\n<li>IIS is proprietary and tightly integrated with Windows, while Apache is open-source and platform-independent.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>What is IIS Express?<\/strong>\n<ul class=\"wp-block-list\">\n<li>A lightweight development version of IIS for use on non-server Windows editions.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Can I run IIS on Windows Home?<\/strong>\n<ul class=\"wp-block-list\">\n<li>You can\u2019t run full IIS, but you can use <strong>IIS Express<\/strong> for local development.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Microsoft Internet Information Services (IIS) is an essential component of the Windows ecosystem for web application hosting. With robust features, integration capabilities, and administrative control, it offers a scalable solution for both development and enterprise deployment.<\/p>\n\n\n\n<p>Whether you are installing <strong>IIS on a Windows Server, configuring it on Windows Pro<\/strong>, or <strong>using IIS Express<\/strong> on Windows Home, understanding the setup and common troubleshooting techniques ensures a smoother web hosting experience.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>References:<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/iis\/get-started\/introduction-to-iis\/introduction-to-iis-architecture\" title=\"\">Introduction to IIS Architectures | Microsoft Learn<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/iis\/get-started\/introduction-to-iis\/iis-web-server-overview\" title=\"\">IIS Web Server Overview | Microsoft Learn<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/iis\/get-started\/introduction-to-iis\/iis-modules-overview\" title=\"\">IIS Modules Overview | Microsoft Learn<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=48264\" title=\"\">Download Internet Information Services (IIS) 10.0 Express from Official Microsoft Download Center<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/enlabsoftware.com\/development\/iis-processes-asp-net-core-http-request.html\" title=\"\">How IIS processes ASP.NET Core HTTP Request &#8211; Enlab Software<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docshield.tungstenautomation.com\/KCS\/en_US\/10.5.0-zh5xj2f8w3\/help\/KCS_Portal_help\/KCS_Portal_help\/t_windows_server_2019.html\" title=\"\">Enabling the IIS Web Server Role manually<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/help.nicelabel.com\/hc\/en-001\/articles\/4405130663441-Adding-HTTPS-site-binding-and-SSL-certificate-in-IIS#note-1-2\" title=\"\">Adding HTTPS site binding and SSL certificate in IIS \u2013 NiceLabel Help Center<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/help.nicelabel.com\/hc\/en-001\/articles\/4405130663441-Adding-HTTPS-site-binding-and-SSL-certificate-in-IIS#note-1-2\" title=\"\">How to Set Up SSL on IIS 7 or later | Microsoft Learn<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>When it comes to deploying web applications on a Windows-based system, Microsoft Internet Information Services (IIS) or Microsoft IIS is the go-to solution. IIS is a flexible, secure, and manageable Windows web server that has powered countless websites since its initial release in 1995. In this guide, we\u2019ll walk you through the process of installing &#8230; <a title=\"Microsoft IIS Installation &amp; Troubleshooting Guide for Windows-Based Web Servers\" class=\"read-more\" href=\"https:\/\/serverhub.com\/kb\/microsoft-iis-installation-troubleshooting-guide-for-windows-based-web-servers\/\" aria-label=\"More on Microsoft IIS Installation &amp; Troubleshooting Guide for Windows-Based Web Servers\">Read more<\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[60,1],"tags":[171,175],"class_list":["post-2266","post","type-post","status-publish","format-standard","hentry","category-how-to","category-uncategorized","tag-dedicatedservers","tag-microsoftiis-iis-webserver-webapplication"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/posts\/2266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/comments?post=2266"}],"version-history":[{"count":20,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/posts\/2266\/revisions"}],"predecessor-version":[{"id":2292,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/posts\/2266\/revisions\/2292"}],"wp:attachment":[{"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/media?parent=2266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/categories?post=2266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverhub.com\/kb\/wp-json\/wp\/v2\/tags?post=2266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}