From 19d63dc96326f44b4407a1a27eef267fe47a9493 Mon Sep 17 00:00:00 2001 From: Lex Li <425130+lextm@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:58:39 -0700 Subject: [PATCH] Fixed broken links in Learn Online Build Report. (#1065) * Fixed broken links in Learn Online Build Report. * Fixed two more links. --------- Co-authored-by: Lex Li --- iis/TOC.yml | 12 ------------ .../using-the-url-rewrite-module.md | 4 ---- .../new-features-introduced-in-iis-10.md | 2 +- .../websitepanel.md | 4 ++-- .../web-deploy-powershell-cmdlets.md | 2 +- .../configuring-components/powershell-scripts.md | 2 +- .../microsoft-web-platform-privacy-statements.md | 16 ---------------- 7 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 iis/web-hosting/getting-started/microsoft-web-platform-privacy-statements.md diff --git a/iis/TOC.yml b/iis/TOC.yml index 49cba1a31..4a82b1a6c 100644 --- a/iis/TOC.yml +++ b/iis/TOC.yml @@ -292,8 +292,6 @@ href: manage/managing-performance-settings/walkthrough-iis-output-caching.md - name: Configure IIS 7 Output Caching href: manage/managing-performance-settings/configure-iis-7-output-caching.md - - name: Use Bit Rate Throttling - href: manage/managing-performance-settings/use-bit-rate-throttling.md - name: Managing your Configuration Settings items: - name: Delegating Configuration to web.config Files @@ -598,8 +596,6 @@ href: troubleshoot/using-failed-request-tracing/troubleshooting-failed-requests-using-tracing-in-iis.md - name: Using Failed Request Tracing Rules to Troubleshoot Application Request Routing href: troubleshoot/using-failed-request-tracing/using-failed-request-tracing-rules-to-troubleshoot-application-request-routing-arr.md - - name: Troubleshoot with Failed Request Tracing - href: troubleshoot/using-failed-request-tracing/troubleshoot-with-failed-request-tracing.md - name: Troubleshooting Failed Requests Using Tracing in IIS 8.5 href: troubleshoot/using-failed-request-tracing/troubleshooting-failed-requests-using-tracing-in-iis-85.md - name: Performance Issues @@ -964,8 +960,6 @@ href: web-hosting/getting-started/deploying-a-static-content-server.md - name: Using Windows SharePoint Services 3.0 on IIS 7.0 href: web-hosting/getting-started/using-windows-sharepoint-services-30-on-iis.md - - name: Microsoft Web Platform Privacy Statements - href: web-hosting/getting-started/microsoft-web-platform-privacy-statements.md - name: Frequently Asked Questions (FAQ) items: - name: Tools and Utilities Questions @@ -990,12 +984,8 @@ href: web-hosting/migrate-to-the-microsoft-web-platform/breaking-changes-for-aspnet-4-apps-running-on-iis-7-integrated-mode.md - name: IIS 7 for Apache Administrators href: web-hosting/migrate-to-the-microsoft-web-platform/iis-for-apache-administrators.md - - name: Migrate to a Windows-Based Platform - href: web-hosting/migrate-to-the-microsoft-web-platform/migrate-to-a-windows-based-platform.md - name: Migrate from MySQL to SQL Server 2008 href: web-hosting/migrate-to-the-microsoft-web-platform/migrate-from-mysql-to-sql-server-2008.md - - name: How to Migrate to the Microsoft Web Platform - href: web-hosting/migrate-to-the-microsoft-web-platform/how-to-migrate-to-the-microsoft-web-platform.md - name: Configuring Components items: - name: Enabling LINQ with ASP.NET @@ -1046,8 +1036,6 @@ href: web-hosting/configuring-servers-in-the-windows-web-platform/sql-server-2005.md - name: SQL 2008 for Hosters href: web-hosting/configuring-servers-in-the-windows-web-platform/sql-2008-for-hosters.md - - name: Configure your Servers for the Windows Web Hosting Platform - href: web-hosting/configuring-servers-in-the-windows-web-platform/configure-your-servers-for-the-windows-web-hosting-platform.md - name: Installing Infrastructure Components items: - name: Planning the Deployment diff --git a/iis/extensions/url-rewrite-module/using-the-url-rewrite-module.md b/iis/extensions/url-rewrite-module/using-the-url-rewrite-module.md index f435b3d97..357962353 100644 --- a/iis/extensions/url-rewrite-module/using-the-url-rewrite-module.md +++ b/iis/extensions/url-rewrite-module/using-the-url-rewrite-module.md @@ -87,10 +87,6 @@ These articles cover the functionality of the URL Rewrite Module and explain how - [URL Rewrite for ASP.NET Web Forms](url-rewriting-for-aspnet-web-forms.md) - [Developing rule templates for the URL Rewrite module](developing-rule-template-for-url-rewrite-module.md) -### Video walkthrough - -- [Using the URL rewrite module - video walkthrough](url-rewrite-module-video-walkthrough.md) - ## Changes since Go Live release The following additions, changes, and important bug fixes have been made to URL rewrite module since the Go Live release: diff --git a/iis/get-started/whats-new-in-iis-10/new-features-introduced-in-iis-10.md b/iis/get-started/whats-new-in-iis-10/new-features-introduced-in-iis-10.md index 177c9e71c..db5a84398 100644 --- a/iis/get-started/whats-new-in-iis-10/new-features-introduced-in-iis-10.md +++ b/iis/get-started/whats-new-in-iis-10/new-features-introduced-in-iis-10.md @@ -28,7 +28,7 @@ Learn more: [Introducing IIS on Nano Server](introducing-iis-on-nano-server.md) Windows Server 2016 and Windows 10 with the Anniversary Update add support for containers which are isolated, resource controlled, and portable operating environments. Windows Server 2016 and Windows 10 support two different container runtimes with a different degree of isolation: Windows containers achieve isolation through process and namespace isolation, while Hyper-V containers achieve isolation through lightweight virtual machines. IIS 10.0 runs in both container runtimes as well as on both base OS images, Server Core and Nano Server, allowing you to choose the best Windows container environment for your web workloads. -Get started with [IIS base images available on Docker Hub](https://hub.docker.com/r/microsoft/iis/) or follow this tutorial to [deploy an ASP.NET MVC application to IIS running inside a container](/aspnet/mvc/overview/deployment/docker-aspnetmvc). +Get started with [IIS base images available on Docker Hub](https://hub.docker.com/r/microsoft/windows-servercore-iis/) or follow this tutorial to [deploy an ASP.NET MVC application to IIS running inside a container](/aspnet/mvc/overview/deployment/docker-aspnetmvc). ## Managing IIS diff --git a/iis/manage/provisioning-and-managing-iis/websitepanel.md b/iis/manage/provisioning-and-managing-iis/websitepanel.md index 9a4633141..14f9290af 100644 --- a/iis/manage/provisioning-and-managing-iis/websitepanel.md +++ b/iis/manage/provisioning-and-managing-iis/websitepanel.md @@ -23,9 +23,9 @@ The WebsitePanel features list includes: · Long list of [supported software and platforms](http://websitepanel.net/SupportedSoftware.aspx) -· Close integration with [Microsoft Web App Gallery](https://www.microsoft.com/web/gallery/Categories.aspx) +· Close integration with Microsoft Web App Gallery -· Microsoft Web Platform Installer ([WPI](https://www.microsoft.com/web/gallery/Categories.aspx)) integration +· Microsoft Web Platform Installer (WPI) integration · Strong community support diff --git a/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets.md b/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets.md index 4c8764dc0..a23dddf94 100644 --- a/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets.md +++ b/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets.md @@ -246,7 +246,7 @@ Examples: [!code-console[Main](web-deploy-powershell-cmdlets/samples/sample31.cmd)] -Description: This cmdlet can be used to apply any Web Deploy package. There are several ways to create or obtain a Web Deploy package, such as by downloading an open source Application Gallery package, creating a package in Visual Studio, using the msdeploy.exe command-line tool ([more info](https://technet.microsoft.com/library/dd568996(WS.10).aspx)), or using the Backup-WD\* cmdlets noted earlier in the document. For e.g. for installing wordpress on an IIS Server Default web site as an app named wordpress download the wordpress package from [the app gallery](https://www.microsoft.com/web/gallery/wordpress.aspx) into a folder called packages. All the default values for the wordpress package parameters will work as is but just need to specify the values for two required parameters: admin and non admin mysql password. +Description: This cmdlet can be used to apply any Web Deploy package. There are several ways to create or obtain a Web Deploy package, such as by downloading an open source Application Gallery package, creating a package in Visual Studio, using the msdeploy.exe command-line tool ([more info](https://technet.microsoft.com/library/dd568996(WS.10).aspx)), or using the Backup-WD\* cmdlets noted earlier in the document. For e.g. for installing wordpress on an IIS Server Default web site as an app named wordpress download the wordpress package from the app gallery into a folder called packages. All the default values for the wordpress package parameters will work as is but just need to specify the values for two required parameters: admin and non admin mysql password. Parameters: diff --git a/iis/web-hosting/configuring-components/powershell-scripts.md b/iis/web-hosting/configuring-components/powershell-scripts.md index 3a1577f74..b1b3037cb 100644 --- a/iis/web-hosting/configuring-components/powershell-scripts.md +++ b/iis/web-hosting/configuring-components/powershell-scripts.md @@ -53,7 +53,7 @@ by [Walter Oliver](https://github.com/walterov) 1. [Provisioning Sample in C#](powershell-scripts/_static/powershell-scripts-327-iis7provisioningsample1.zip) is a set of C# samples to perform several common provisioning tasks, See details in the [Provisioning Sample in C#](../../manage/provisioning-and-managing-iis/provisioning-sample-in-c.md) article. 2. [Hosting Services Sample](powershell-scripts/_static/hssample_4-11.zip) is an extensive C# code sample for provisioning Sites, User accounts, SQL db, and others. See details in the [Hosting Services Code Sample](../../manage/provisioning-and-managing-iis/index.md) article. 3. [Code Samples and Scripts](../../manage/provisioning-and-managing-iis/index.md) provides sample code snippets for creating IIS 7.0 Sites and Configuration tasks. -4. [IIS Sites Provisioning PowerShell Scripts](https://www.iis.net/community/files/hosting/ProvisioningScripts 4-7-2008.zip "IIS Sites PowerShell Scripts"). These are 6 PowerShell Scripts to help you automate the provisioning of AppPools, Sites, Applications, Virtual Directories, and Bindings. They use the Microsoft.Web.Administration managed code namespace interfaces to provision these objects. Here is an example for each of them: +4. [IIS Sites Provisioning PowerShell Scripts](https://www.iis.net/community/files/hosting/ProvisioningScripts%204-7-2008.zip "IIS Sites PowerShell Scripts"). These are 6 PowerShell Scripts to help you automate the provisioning of AppPools, Sites, Applications, Virtual Directories, and Bindings. They use the Microsoft.Web.Administration managed code namespace interfaces to provision these objects. Here is an example for each of them: 4.1. **To create any number of AppPools, Sites, Applications, Virtual Directories, and Bindings arranged in accordance to a configuration data file** use Sample\_AppPool\_Site\_AppCreation. This script calls all the others to create each object in accordance to the configuration data found in the ProvisioningConfig.xml XML file. diff --git a/iis/web-hosting/getting-started/microsoft-web-platform-privacy-statements.md b/iis/web-hosting/getting-started/microsoft-web-platform-privacy-statements.md deleted file mode 100644 index e020fe33d..000000000 --- a/iis/web-hosting/getting-started/microsoft-web-platform-privacy-statements.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Microsoft Web Platform Privacy Statements" -author: bilalaslam -description: "Below are the privacy statements for the various Microsoft products that are offered through the Web App Gallery, through the Web Platform Installer, and thr..." -ms.date: 04/08/2011 -ms.assetid: fd92cc09-a9a7-408e-8a94-13204c157b96 -msc.legacyurl: /learn/web-hosting/getting-started/microsoft-web-platform-privacy-statements -msc.type: authoredcontent ---- -# Microsoft Web Platform Privacy Statements - -by [Bilal Aslam](https://github.com/bilalaslam) - -Below are the privacy statements for the various Microsoft products that are offered through the Web App Gallery, through the Web Platform Installer, and through similar Web Platform Installer-like functionality in such other Microsoft software as the Web Farm Framework and WebMatrix - -Microsoft WebMatrix: [Privacy Statement](/iis/develop/using-webmatrix/webmatrix-privacy-statement)