From 1284932e1e78be580efdeb9982651eea67fc3d0d Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Tue, 29 Jul 2025 06:14:53 +0300 Subject: [PATCH 1/7] Add SFI ms.custom values --- aspnetcore/blazor/components/data-binding.md | 4 +++- .../call-dotnet-from-javascript.md | 4 +++- .../call-javascript-from-dotnet.md | 4 +++- aspnetcore/blazor/security/blazor-web-app-with-entra.md | 4 +++- aspnetcore/blazor/security/webassembly/index.md | 4 +++- .../webassembly/standalone-with-microsoft-accounts.md | 4 +++- .../webassembly/standalone-with-microsoft-entra-id.md | 5 ++++- aspnetcore/data/ef-mvc/complex-data-model.md | 4 +++- aspnetcore/fundamentals/url-rewriting.md | 4 +++- aspnetcore/host-and-deploy/iis/advanced.md | 4 +++- aspnetcore/host-and-deploy/iis/index.md | 4 +++- aspnetcore/host-and-deploy/iis/web-config.md | 4 +++- aspnetcore/host-and-deploy/linux-nginx.md | 6 +++++- .../host-and-deploy/linux-nginx/includes/linux-nginx5.md | 4 +++- aspnetcore/migration/31-to-50.md | 4 +++- aspnetcore/migration/31-to-60.md | 1 + aspnetcore/mvc/views/tag-helpers/intro.md | 4 +++- aspnetcore/performance/caching/hybrid.md | 1 + aspnetcore/security/app-secrets.md | 4 +++- aspnetcore/security/authentication/2fa.md | 4 +++- aspnetcore/security/authentication/accconfirm.md | 1 + .../security/authentication/social/facebook-logins.md | 4 +++- aspnetcore/security/authentication/social/index.md | 4 +++- aspnetcore/security/authentication/ws-federation.md | 4 +++- aspnetcore/security/authorization/secure-data.md | 4 +++- aspnetcore/security/docker-compose-https.md | 4 +++- aspnetcore/security/docker-https.md | 4 +++- aspnetcore/security/index.md | 4 +++- aspnetcore/tutorials/first-mongo-app.md | 4 +++- .../first-mongo-app/includes/first-mongo-app3-5.md | 1 + .../tutorials/first-mongo-app/includes/first-mongo-app6.md | 1 + .../tutorials/first-mongo-app/includes/first-mongo-app7.md | 1 + aspnetcore/tutorials/first-mvc-app/adding-model.md | 1 + .../first-mvc-app/adding-model/includes/adding-model5.md | 1 + .../first-mvc-app/adding-model/includes/adding-model6.md | 1 + .../first-mvc-app/adding-model/includes/adding-model7.md | 1 + aspnetcore/tutorials/first-mvc-app/working-with-sql.md | 1 + .../working-with-sql/includes/working-with-sql3-5.md | 1 + .../working-with-sql/includes/working-with-sql6.md | 1 + aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md | 6 +++++- 40 files changed, 99 insertions(+), 27 deletions(-) diff --git a/aspnetcore/blazor/components/data-binding.md b/aspnetcore/blazor/components/data-binding.md index 5738ffad3117..146531cd5ac7 100644 --- a/aspnetcore/blazor/components/data-binding.md +++ b/aspnetcore/blazor/components/data-binding.md @@ -4,9 +4,11 @@ author: guardrex description: Learn about data binding features for Razor components and DOM elements in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 11/12/2024 uid: blazor/components/data-binding +ms.custom: + - mvc + - sfi-ropc-nochange --- # ASP.NET Core Blazor data binding diff --git a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md index 47aad82ca9cc..c5102e2934fc 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md +++ b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md @@ -4,9 +4,11 @@ author: guardrex description: Learn how to invoke .NET methods from JavaScript functions in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 12/17/2024 uid: blazor/js-interop/call-dotnet-from-javascript +ms.custom: + - mvc + - sfi-ropc-nochange --- # Call .NET methods from JavaScript functions in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md index 21ba5a8d1327..6efebfb15798 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md +++ b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md @@ -4,9 +4,11 @@ author: guardrex description: Learn how to invoke JavaScript functions from .NET methods in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 4/10/2024 uid: blazor/js-interop/call-javascript-from-dotnet +ms.custom: + - mvc + - sfi-ropc-nochange --- # Call JavaScript functions from .NET methods in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/blazor-web-app-with-entra.md b/aspnetcore/blazor/security/blazor-web-app-with-entra.md index f4af33d224cc..520242009a5f 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-entra.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-entra.md @@ -4,10 +4,12 @@ author: guardrex description: Learn how to secure a Blazor Web App with Microsoft Entra ID. monikerRange: '>= aspnetcore-9.0' ms.author: wpickett -ms.custom: mvc ms.date: 06/11/2025 uid: blazor/security/blazor-web-app-entra zone_pivot_groups: blazor-web-app-entra-specification +ms.custom: + - mvc + - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor Web App with Microsoft Entra ID diff --git a/aspnetcore/blazor/security/webassembly/index.md b/aspnetcore/blazor/security/webassembly/index.md index 1fe36f1789dd..c966a4a6a582 100644 --- a/aspnetcore/blazor/security/webassembly/index.md +++ b/aspnetcore/blazor/security/webassembly/index.md @@ -4,9 +4,11 @@ author: guardrex description: Learn how to secure Blazor WebAssembly apps as single-page applications (SPAs). monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 11/12/2024 uid: blazor/security/webassembly/index +ms.custom: + - mvc + - sfi-ropc-nochange --- # Secure ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md index ebdde4c0b9b9..b3d461b1f933 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md @@ -4,9 +4,11 @@ author: guardrex description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 04/07/2025 uid: blazor/security/webassembly/standalone-with-microsoft-accounts +ms.custom: + - mvc + - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md index 8b2b3c1601e0..573c9bf7ba71 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md @@ -4,9 +4,12 @@ author: guardrex description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: "devx-track-csharp, mvc" ms.date: 04/07/2025 uid: blazor/security/webassembly/standalone-with-microsoft-entra-id +ms.custom: + - "devx-track-csharp + - mvc" + - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID diff --git a/aspnetcore/data/ef-mvc/complex-data-model.md b/aspnetcore/data/ef-mvc/complex-data-model.md index c4aba444c165..fda2d8a88bc3 100644 --- a/aspnetcore/data/ef-mvc/complex-data-model.md +++ b/aspnetcore/data/ef-mvc/complex-data-model.md @@ -3,10 +3,12 @@ title: "Tutorial: Create a complex data model - ASP.NET MVC with EF Core" description: "In this tutorial, add more entities and relationships and customize the data model by specifying formatting, validation, and mapping rules." author: tdykstra ms.author: tdykstra -ms.custom: mvc ms.date: 03/27/2019 ms.topic: tutorial uid: data/ef-mvc/complex-data-model +ms.custom: + - mvc + - sfi-ropc-nochange --- # Tutorial: Create a complex data model - ASP.NET MVC with EF Core diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index 3a66e37dcb73..5a7908dfe340 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -4,9 +4,11 @@ author: rick-anderson description: Learn about URL rewriting and redirecting with URL Rewriting Middleware in ASP.NET Core applications. monikerRange: '>= aspnetcore-2.1' ms.author: riande -ms.custom: mvc ms.date: 3/3/2022 uid: fundamentals/url-rewriting +ms.custom: + - mvc + - sfi-image-nochange --- # URL Rewriting Middleware in ASP.NET Core diff --git a/aspnetcore/host-and-deploy/iis/advanced.md b/aspnetcore/host-and-deploy/iis/advanced.md index f831b8b8eb52..77ef2e8ae037 100644 --- a/aspnetcore/host-and-deploy/iis/advanced.md +++ b/aspnetcore/host-and-deploy/iis/advanced.md @@ -4,9 +4,11 @@ author: rick-anderson description: Advanced configuration with the ASP.NET Core Module and Internet Information Services (IIS). monikerRange: '>= aspnetcore-5.0' ms.author: riande -ms.custom: mvc ms.date: 03/07/2025 uid: host-and-deploy/iis/advanced +ms.custom: + - mvc + - sfi-image-nochange --- # Advanced configuration of the ASP.NET Core Module and IIS diff --git a/aspnetcore/host-and-deploy/iis/index.md b/aspnetcore/host-and-deploy/iis/index.md index 8ec44c0f1c89..79aef2c6bbe7 100644 --- a/aspnetcore/host-and-deploy/iis/index.md +++ b/aspnetcore/host-and-deploy/iis/index.md @@ -4,9 +4,11 @@ author: rick-anderson description: Learn how to host ASP.NET Core apps on Windows Server Internet Information Services (IIS). monikerRange: '>= aspnetcore-2.1' ms.author: riande -ms.custom: mvc ms.date: 04/26/2024 uid: host-and-deploy/iis/index +ms.custom: + - mvc + - sfi-ropc-nochange --- # Host ASP.NET Core on Windows with IIS diff --git a/aspnetcore/host-and-deploy/iis/web-config.md b/aspnetcore/host-and-deploy/iis/web-config.md index 90ca45524ef2..1960e0ccb894 100644 --- a/aspnetcore/host-and-deploy/iis/web-config.md +++ b/aspnetcore/host-and-deploy/iis/web-config.md @@ -4,9 +4,11 @@ author: rick-anderson description: Discover what is inside of the web.config file and how to configure different ASP.NET Core Module options. monikerRange: '>= aspnetcore-5.0' ms.author: riande -ms.custom: mvc ms.date: 02/07/2020 uid: host-and-deploy/iis/web-config +ms.custom: + - mvc + - sfi-ropc-nochange --- # `web.config` file diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index d0f7cc891903..37286600b12f 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -4,9 +4,13 @@ author: rick-anderson description: Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel. monikerRange: '>= aspnetcore-3.1' ms.author: riande -ms.custom: mvc, engagement-fy23, linux-related-content ms.date: 5/8/2023 uid: host-and-deploy/linux-nginx +ms.custom: + - mvc + - engagement-fy23 + - linux-related-content + - sfi-ropc-nochange --- # Host ASP.NET Core on Linux with Nginx diff --git a/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md b/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md index 19b4c23e9fd5..531dd142613b 100644 --- a/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md +++ b/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md @@ -1,5 +1,7 @@ --- -ms.custom: linux-related-content + ms.custom: + - linux-related-content + - sfi-ropc-nochange --- :::moniker range="= aspnetcore-5.0" This guide explains setting up a production-ready ASP.NET Core environment on an Ubuntu 16.04 server. These instructions likely work with newer versions of Ubuntu, but the instructions haven't been tested with newer versions. diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index 93c9d6124148..b0f0b3321319 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -3,9 +3,11 @@ title: Migrate from ASP.NET Core 3.1 to .NET 5 author: wadepickett description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core in .NET 5. ms.author: wpickett -ms.custom: mvc ms.date: 12/02/2020 uid: migration/31-to-50 +ms.custom: + - mvc + - sfi-ropc-nochange --- # Migrate from ASP.NET Core 3.1 to .NET 5 diff --git a/aspnetcore/migration/31-to-60.md b/aspnetcore/migration/31-to-60.md index 8d8c6ae19a2b..b4b39479e1c9 100644 --- a/aspnetcore/migration/31-to-60.md +++ b/aspnetcore/migration/31-to-60.md @@ -6,6 +6,7 @@ ms.author: riande monikerRange: '>= aspnetcore-3.1' ms.date: 10/25/2021 uid: migration/31-to-60 +ms.custom: sfi-ropc-nochange --- # Migrate from ASP.NET Core 3.1 to .NET 6 diff --git a/aspnetcore/mvc/views/tag-helpers/intro.md b/aspnetcore/mvc/views/tag-helpers/intro.md index 8aa12febf3a1..9acca964742b 100644 --- a/aspnetcore/mvc/views/tag-helpers/intro.md +++ b/aspnetcore/mvc/views/tag-helpers/intro.md @@ -3,9 +3,11 @@ title: Tag Helpers in ASP.NET Core author: tdykstra description: Learn what Tag Helpers are and how to use them in ASP.NET Core. ms.author: tdykstra -ms.custom: H1Hack27Feb2017 ms.date: 03/18/2019 uid: mvc/views/tag-helpers/intro +ms.custom: + - H1Hack27Feb2017 + - sfi-image-nochange --- # Tag Helpers in ASP.NET Core diff --git a/aspnetcore/performance/caching/hybrid.md b/aspnetcore/performance/caching/hybrid.md index 0b38ce34d5f7..ff5a9f8a52ed 100644 --- a/aspnetcore/performance/caching/hybrid.md +++ b/aspnetcore/performance/caching/hybrid.md @@ -7,6 +7,7 @@ ms.author: tdykstra ms.date: 05/22/2025 uid: performance/caching/hybrid ms.ai: assisted +ms.custom: sfi-ropc-nochange --- # HybridCache library in ASP.NET Core diff --git a/aspnetcore/security/app-secrets.md b/aspnetcore/security/app-secrets.md index 87361e78a89d..ae28ff69ab10 100644 --- a/aspnetcore/security/app-secrets.md +++ b/aspnetcore/security/app-secrets.md @@ -4,9 +4,11 @@ author: tdykstra description: Learn how to store and retrieve sensitive information during the development of an ASP.NET Core app. ms.author: tdykstra monikerRange: '>= aspnetcore-3.0' -ms.custom: mvc ms.date: 10/30/2024 uid: security/app-secrets +ms.custom: + - mvc + - sfi-ropc-nochange --- # Safe storage of app secrets in development in ASP.NET Core diff --git a/aspnetcore/security/authentication/2fa.md b/aspnetcore/security/authentication/2fa.md index 3ce84791777e..6ad95311b7b6 100644 --- a/aspnetcore/security/authentication/2fa.md +++ b/aspnetcore/security/authentication/2fa.md @@ -5,8 +5,10 @@ description: Learn how to set up two-factor authentication (2FA) with an ASP.NET monikerRange: '< aspnetcore-2.0' ms.author: riande ms.date: 09/22/2018 -ms.custom: mvc uid: security/authentication/2fa +ms.custom: + - mvc + - sfi-image-nochange --- # Two-factor authentication with SMS in ASP.NET Core diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index f0ec232e5687..26ae158e9daf 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -6,6 +6,7 @@ ms.author: riande monikerRange: '>= aspnetcore-3.1' ms.date: 2/9/2022 uid: security/authentication/accconfirm +ms.custom: sfi-image-nochange --- # Account confirmation and password recovery in ASP.NET Core diff --git a/aspnetcore/security/authentication/social/facebook-logins.md b/aspnetcore/security/authentication/social/facebook-logins.md index e4a6193df23c..ebba2c78cf9e 100644 --- a/aspnetcore/security/authentication/social/facebook-logins.md +++ b/aspnetcore/security/authentication/social/facebook-logins.md @@ -3,10 +3,12 @@ title: Facebook external login setup in ASP.NET Core author: rick-anderson description: Tutorial with code examples demonstrating the integration of Facebook account user authentication into an existing ASP.NET Core app. ms.author: riande -ms.custom: mvc ms.date: 12/08/2021 monikerRange: '>= aspnetcore-3.0' uid: security/authentication/facebook-logins +ms.custom: + - mvc + - sfi-image-nochange --- # Facebook external login setup in ASP.NET Core diff --git a/aspnetcore/security/authentication/social/index.md b/aspnetcore/security/authentication/social/index.md index 8ab67b9fe851..8a3791b718d4 100644 --- a/aspnetcore/security/authentication/social/index.md +++ b/aspnetcore/security/authentication/social/index.md @@ -3,9 +3,11 @@ title: Using external login providers with Identity in ASP.NET Core author: rick-anderson description: Create an ASP.NET Core app using Identity with external authentication providers such as Facebook, Twitter, Google, and Microsoft. ms.author: riande -ms.custom: mvc ms.date: 07/09/2025 uid: security/authentication/social/index +ms.custom: + - mvc + - sfi-image-nochange --- # External provider authentication in ASP.NET Core Identity diff --git a/aspnetcore/security/authentication/ws-federation.md b/aspnetcore/security/authentication/ws-federation.md index 8df18c74fd6b..45cd10ebf76e 100644 --- a/aspnetcore/security/authentication/ws-federation.md +++ b/aspnetcore/security/authentication/ws-federation.md @@ -4,9 +4,11 @@ author: chlowell description: This tutorial demonstrates how to use WS-Federation in an ASP.NET Core app. monikerRange: '>= aspnetcore-2.1' ms.author: wpickett -ms.custom: mvc ms.date: 01/16/2019 uid: security/authentication/ws-federation +ms.custom: + - mvc + - sfi-image-nochange --- # Authenticate users with WS-Federation in ASP.NET Core diff --git a/aspnetcore/security/authorization/secure-data.md b/aspnetcore/security/authorization/secure-data.md index 686cb4c073b3..a32a618e8646 100644 --- a/aspnetcore/security/authorization/secure-data.md +++ b/aspnetcore/security/authorization/secure-data.md @@ -4,9 +4,11 @@ author: rick-anderson description: Learn how to create an ASP.NET Core web app with user data protected by authorization. Includes HTTPS, authentication, security, ASP.NET Core Identity. ms.author: riande ms.date: 12/5/2021 -ms.custom: mvc ms.sfi.ropc: t uid: security/authorization/secure-data +ms.custom: + - mvc + - sfi-image-nochange --- # Create an ASP.NET Core web app with user data protected by authorization diff --git a/aspnetcore/security/docker-compose-https.md b/aspnetcore/security/docker-compose-https.md index 602e0e16710a..2766b5170ac0 100644 --- a/aspnetcore/security/docker-compose-https.md +++ b/aspnetcore/security/docker-compose-https.md @@ -3,9 +3,11 @@ title: Hosting ASP.NET Core image in container using docker compose with HTTPS author: ravipal description: Learn how to host ASP.NET Core Images with Docker Compose over HTTPS ms.author: wpickett -ms.custom: mvc ms.date: 09/07/2024 uid: security/docker-compose-https +ms.custom: + - mvc + - sfi-ropc-nochange --- # Hosting ASP.NET Core images with Docker Compose over HTTPS diff --git a/aspnetcore/security/docker-https.md b/aspnetcore/security/docker-https.md index 3e687e5cffc2..8a2c83d1f11e 100644 --- a/aspnetcore/security/docker-https.md +++ b/aspnetcore/security/docker-https.md @@ -3,9 +3,11 @@ title: Hosting ASP.NET Core Images with Docker over HTTPS author: wadepickett description: Learn how to host ASP.NET Core Images with Docker over HTTPS ms.author: wpickett -ms.custom: mvc ms.date: 09/07/2024 uid: security/docker-https +ms.custom: + - mvc + - sfi-ropc-nochange --- # Hosting ASP.NET Core images with Docker over HTTPS diff --git a/aspnetcore/security/index.md b/aspnetcore/security/index.md index b8b91b50181f..b53e6d58f4bb 100644 --- a/aspnetcore/security/index.md +++ b/aspnetcore/security/index.md @@ -3,9 +3,11 @@ title: ASP.NET Core security topics author: tdykstra description: Provides links to articles on authentication, authorization, and security in ASP.NET Core. ms.author: tdykstra -ms.custom: mvc ms.date: 3/9/2022 uid: security/index +ms.custom: + - mvc + - sfi-ropc-nochange --- # ASP.NET Core security topics diff --git a/aspnetcore/tutorials/first-mongo-app.md b/aspnetcore/tutorials/first-mongo-app.md index ccd22ebabd8a..8dbe6be8ec70 100644 --- a/aspnetcore/tutorials/first-mongo-app.md +++ b/aspnetcore/tutorials/first-mongo-app.md @@ -5,9 +5,11 @@ author: wadepickett description: This tutorial demonstrates how to create an ASP.NET Core web API using a MongoDB NoSQL database. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett -ms.custom: mvc ms.date: 04/09/2025 uid: tutorials/first-mongo-app +ms.custom: + - mvc + - sfi-ropc-nochange --- # Create a web API with ASP.NET Core and MongoDB diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md index 1395e50803e6..a84106ac4d4b 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md @@ -36,6 +36,7 @@ In this tutorial, you learn how to: --- + ms.custom: sfi-ropc-nochange ## Configure MongoDB If using Windows, MongoDB is installed at *C:\\Program Files\\MongoDB* by default. Add *C:\\Program Files\\MongoDB\\Server\\\\\bin* to the `Path` environment variable. This change enables MongoDB access from anywhere on your development machine. diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md index b6173c0c6d0b..967ff10f912c 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md @@ -30,6 +30,7 @@ In this tutorial, you learn how to: --- + ms.custom: sfi-ropc-nochange ## Configure MongoDB Enable MongoDB and Mongo DB Shell access from anywhere on the development machine: diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md index 92c198a4564b..e5f8ca357091 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md @@ -30,6 +30,7 @@ In this tutorial, you learn how to: --- + ms.custom: sfi-ropc-nochange ## Configure MongoDB Enable MongoDB and Mongo DB Shell access from anywhere on the development machine: diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model.md b/aspnetcore/tutorials/first-mvc-app/adding-model.md index 1eda835da31c..708afa1edc65 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model.md @@ -6,6 +6,7 @@ monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.date: 03/28/2025 uid: tutorials/first-mvc-app/adding-model +ms.custom: sfi-ropc-nochange --- # Part 4, add a model to an ASP.NET Core MVC app diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md index 0b1bf9e01564..a365103a191d 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md @@ -24,6 +24,7 @@ Control-click the *Models* folder > **Add** > **New Class** > **Empty Class**. N --- + ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Models/Movie.cs)] diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md index 64a51dfdec18..4665f24a9265 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md @@ -28,6 +28,7 @@ Control-click the *Models* folder > **Add** > **New Class** > **Empty Class**. N --- + ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie60/Models/Movie.cs?name=First)] diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md index 89cf57ff05a3..4ed4108feac1 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md @@ -24,6 +24,7 @@ Control-click the **Models** folder and select **Add** > **New Class** > **Empty --- + ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie70/Models/Movie.cs?name=snippet_First)] diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md index 20dc2a32af89..0f4c4c490fe3 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md @@ -6,6 +6,7 @@ ms.author: wpickett ms.date: 03/02/2025 monikerRange: '>= aspnetcore-3.1' uid: tutorials/first-mvc-app/working-with-sql +ms.custom: sfi-ropc-nochange --- # Part 5, work with a database in an ASP.NET Core MVC app diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md index 2db4f4217cc6..e0641c71778e 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md @@ -27,6 +27,7 @@ The ASP.NET Core [Configuration](xref:fundamentals/configuration/index) system r ## SQL Server Express LocalDB LocalDB: +ms.custom: sfi-ropc-nochange * Is a lightweight version of the SQL Server Express Database Engine, installed by default with Visual Studio. * Starts on demand by using a connection string. diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md index 391a8abaa999..e428c382feac 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md @@ -27,6 +27,7 @@ The ASP.NET Core [Configuration](xref:fundamentals/configuration/index) system r ## SQL Server Express LocalDB LocalDB: +ms.custom: sfi-ropc-nochange * Is a lightweight version of the SQL Server Express Database Engine, installed by default with Visual Studio. * Starts on demand by using a connection string. diff --git a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md index 647c70d9f2b6..c14ed322c124 100644 --- a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md +++ b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md @@ -4,9 +4,13 @@ author: wadepickett description: Learn how to publish an ASP.NET Core app to Azure App Service using Visual Studio. monikerRange: '>= aspnetcore-7.0' ms.author: wpickett -ms.custom: "devx-track-csharp, mvc, engagement-fy23" ms.date: 02/03/2023 uid: tutorials/publish-to-azure-webapp-using-vs +ms.custom: + - "devx-track-csharp + - mvc + - engagement-fy23" + - sfi-image-nochange --- # Publish an ASP.NET Core app to Azure with Visual Studio From a60e7a7cc822b1ddd26d4564b9edad55d1b34413 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Tue, 29 Jul 2025 06:19:42 +0300 Subject: [PATCH 2/7] fix busted metadata values --- .../webassembly/standalone-with-microsoft-entra-id.md | 4 ++-- .../tutorials/first-mongo-app/includes/first-mongo-app3-5.md | 1 - .../tutorials/first-mongo-app/includes/first-mongo-app6.md | 1 - .../tutorials/first-mongo-app/includes/first-mongo-app7.md | 1 - .../first-mvc-app/adding-model/includes/adding-model5.md | 1 - .../first-mvc-app/adding-model/includes/adding-model6.md | 1 - .../first-mvc-app/adding-model/includes/adding-model7.md | 1 - .../working-with-sql/includes/working-with-sql3-5.md | 1 - .../working-with-sql/includes/working-with-sql6.md | 1 - aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md | 4 ++-- 10 files changed, 4 insertions(+), 12 deletions(-) diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md index 573c9bf7ba71..de2ca93d022d 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md @@ -7,8 +7,8 @@ ms.author: wpickett ms.date: 04/07/2025 uid: blazor/security/webassembly/standalone-with-microsoft-entra-id ms.custom: - - "devx-track-csharp - - mvc" + - devx-track-csharp + - mvc - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md index a84106ac4d4b..1395e50803e6 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app3-5.md @@ -36,7 +36,6 @@ In this tutorial, you learn how to: --- - ms.custom: sfi-ropc-nochange ## Configure MongoDB If using Windows, MongoDB is installed at *C:\\Program Files\\MongoDB* by default. Add *C:\\Program Files\\MongoDB\\Server\\\\\bin* to the `Path` environment variable. This change enables MongoDB access from anywhere on your development machine. diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md index 967ff10f912c..b6173c0c6d0b 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app6.md @@ -30,7 +30,6 @@ In this tutorial, you learn how to: --- - ms.custom: sfi-ropc-nochange ## Configure MongoDB Enable MongoDB and Mongo DB Shell access from anywhere on the development machine: diff --git a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md index e5f8ca357091..92c198a4564b 100644 --- a/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md +++ b/aspnetcore/tutorials/first-mongo-app/includes/first-mongo-app7.md @@ -30,7 +30,6 @@ In this tutorial, you learn how to: --- - ms.custom: sfi-ropc-nochange ## Configure MongoDB Enable MongoDB and Mongo DB Shell access from anywhere on the development machine: diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md index a365103a191d..0b1bf9e01564 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model5.md @@ -24,7 +24,6 @@ Control-click the *Models* folder > **Add** > **New Class** > **Empty Class**. N --- - ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Models/Movie.cs)] diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md index 4665f24a9265..64a51dfdec18 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model6.md @@ -28,7 +28,6 @@ Control-click the *Models* folder > **Add** > **New Class** > **Empty Class**. N --- - ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie60/Models/Movie.cs?name=First)] diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md index 4ed4108feac1..89cf57ff05a3 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model7.md @@ -24,7 +24,6 @@ Control-click the **Models** folder and select **Add** > **New Class** > **Empty --- - ms.custom: sfi-ropc-nochange Update the `Models/Movie.cs` file with the following code: [!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie70/Models/Movie.cs?name=snippet_First)] diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md index e0641c71778e..2db4f4217cc6 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md @@ -27,7 +27,6 @@ The ASP.NET Core [Configuration](xref:fundamentals/configuration/index) system r ## SQL Server Express LocalDB LocalDB: -ms.custom: sfi-ropc-nochange * Is a lightweight version of the SQL Server Express Database Engine, installed by default with Visual Studio. * Starts on demand by using a connection string. diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md index e428c382feac..391a8abaa999 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md @@ -27,7 +27,6 @@ The ASP.NET Core [Configuration](xref:fundamentals/configuration/index) system r ## SQL Server Express LocalDB LocalDB: -ms.custom: sfi-ropc-nochange * Is a lightweight version of the SQL Server Express Database Engine, installed by default with Visual Studio. * Starts on demand by using a connection string. diff --git a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md index c14ed322c124..205def5beed4 100644 --- a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md +++ b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md @@ -7,9 +7,9 @@ ms.author: wpickett ms.date: 02/03/2023 uid: tutorials/publish-to-azure-webapp-using-vs ms.custom: - - "devx-track-csharp + - devx-track-csharp - mvc - - engagement-fy23" + - engagement-fy23 - sfi-image-nochange --- # Publish an ASP.NET Core app to Azure with Visual Studio From b866ecf752adc3f3134a33b26d93de9462d89a2e Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:29:20 +0300 Subject: [PATCH 3/7] Update metadata order and formarting --- aspnetcore/blazor/components/data-binding.md | 4 +--- .../call-dotnet-from-javascript.md | 4 +--- .../call-javascript-from-dotnet.md | 4 +--- aspnetcore/blazor/security/blazor-web-app-with-entra.md | 4 +--- aspnetcore/blazor/security/webassembly/index.md | 4 +--- .../webassembly/standalone-with-microsoft-accounts.md | 4 +--- .../webassembly/standalone-with-microsoft-entra-id.md | 5 +---- aspnetcore/data/ef-mvc/complex-data-model.md | 4 +--- aspnetcore/fundamentals/url-rewriting.md | 4 +--- aspnetcore/host-and-deploy/iis/advanced.md | 4 +--- aspnetcore/host-and-deploy/iis/index.md | 4 +--- aspnetcore/host-and-deploy/iis/web-config.md | 4 +--- aspnetcore/host-and-deploy/linux-nginx.md | 6 +----- .../host-and-deploy/linux-nginx/includes/linux-nginx5.md | 4 +--- aspnetcore/migration/31-to-50.md | 4 +--- aspnetcore/migration/31-to-60.md | 2 +- aspnetcore/mvc/views/tag-helpers/intro.md | 4 +--- aspnetcore/performance/caching/hybrid.md | 2 +- aspnetcore/security/app-secrets.md | 4 +--- aspnetcore/security/authentication/2fa.md | 4 +--- aspnetcore/security/authentication/accconfirm.md | 2 +- .../security/authentication/social/facebook-logins.md | 4 +--- aspnetcore/security/authentication/social/index.md | 4 +--- aspnetcore/security/authentication/ws-federation.md | 4 +--- aspnetcore/security/authorization/secure-data.md | 4 +--- aspnetcore/security/docker-compose-https.md | 4 +--- aspnetcore/security/docker-https.md | 4 +--- aspnetcore/security/index.md | 4 +--- aspnetcore/tutorials/first-mongo-app.md | 4 +--- aspnetcore/tutorials/first-mvc-app/adding-model.md | 2 +- aspnetcore/tutorials/first-mvc-app/working-with-sql.md | 2 +- aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md | 6 +----- 32 files changed, 32 insertions(+), 91 deletions(-) diff --git a/aspnetcore/blazor/components/data-binding.md b/aspnetcore/blazor/components/data-binding.md index 146531cd5ac7..c6406458ebe6 100644 --- a/aspnetcore/blazor/components/data-binding.md +++ b/aspnetcore/blazor/components/data-binding.md @@ -4,11 +4,9 @@ author: guardrex description: Learn about data binding features for Razor components and DOM elements in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 11/12/2024 uid: blazor/components/data-binding -ms.custom: - - mvc - - sfi-ropc-nochange --- # ASP.NET Core Blazor data binding diff --git a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md index c5102e2934fc..b2a44995c287 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md +++ b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md @@ -4,11 +4,9 @@ author: guardrex description: Learn how to invoke .NET methods from JavaScript functions in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 12/17/2024 uid: blazor/js-interop/call-dotnet-from-javascript -ms.custom: - - mvc - - sfi-ropc-nochange --- # Call .NET methods from JavaScript functions in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md index 6efebfb15798..9cae8fdff679 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md +++ b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md @@ -4,11 +4,9 @@ author: guardrex description: Learn how to invoke JavaScript functions from .NET methods in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 4/10/2024 uid: blazor/js-interop/call-javascript-from-dotnet -ms.custom: - - mvc - - sfi-ropc-nochange --- # Call JavaScript functions from .NET methods in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/blazor-web-app-with-entra.md b/aspnetcore/blazor/security/blazor-web-app-with-entra.md index 520242009a5f..4112d3e89af9 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-entra.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-entra.md @@ -4,12 +4,10 @@ author: guardrex description: Learn how to secure a Blazor Web App with Microsoft Entra ID. monikerRange: '>= aspnetcore-9.0' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 06/11/2025 uid: blazor/security/blazor-web-app-entra zone_pivot_groups: blazor-web-app-entra-specification -ms.custom: - - mvc - - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor Web App with Microsoft Entra ID diff --git a/aspnetcore/blazor/security/webassembly/index.md b/aspnetcore/blazor/security/webassembly/index.md index c966a4a6a582..5e5772d04700 100644 --- a/aspnetcore/blazor/security/webassembly/index.md +++ b/aspnetcore/blazor/security/webassembly/index.md @@ -4,11 +4,9 @@ author: guardrex description: Learn how to secure Blazor WebAssembly apps as single-page applications (SPAs). monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 11/12/2024 uid: blazor/security/webassembly/index -ms.custom: - - mvc - - sfi-ropc-nochange --- # Secure ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md index b3d461b1f933..9a9902c5eb1a 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md @@ -4,11 +4,9 @@ author: guardrex description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 04/07/2025 uid: blazor/security/webassembly/standalone-with-microsoft-accounts -ms.custom: - - mvc - - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md index de2ca93d022d..850210dae7bd 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md @@ -4,12 +4,9 @@ author: guardrex description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: devx-track-csharp, mvc, sfi-ropc-nochange ms.date: 04/07/2025 uid: blazor/security/webassembly/standalone-with-microsoft-entra-id -ms.custom: - - devx-track-csharp - - mvc - - sfi-ropc-nochange --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID diff --git a/aspnetcore/data/ef-mvc/complex-data-model.md b/aspnetcore/data/ef-mvc/complex-data-model.md index fda2d8a88bc3..3240a57a42e5 100644 --- a/aspnetcore/data/ef-mvc/complex-data-model.md +++ b/aspnetcore/data/ef-mvc/complex-data-model.md @@ -3,12 +3,10 @@ title: "Tutorial: Create a complex data model - ASP.NET MVC with EF Core" description: "In this tutorial, add more entities and relationships and customize the data model by specifying formatting, validation, and mapping rules." author: tdykstra ms.author: tdykstra +ms.custom: mvc, sfi-ropc-nochange ms.date: 03/27/2019 ms.topic: tutorial uid: data/ef-mvc/complex-data-model -ms.custom: - - mvc - - sfi-ropc-nochange --- # Tutorial: Create a complex data model - ASP.NET MVC with EF Core diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index 5a7908dfe340..39ba90112b98 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -4,11 +4,9 @@ author: rick-anderson description: Learn about URL rewriting and redirecting with URL Rewriting Middleware in ASP.NET Core applications. monikerRange: '>= aspnetcore-2.1' ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 3/3/2022 uid: fundamentals/url-rewriting -ms.custom: - - mvc - - sfi-image-nochange --- # URL Rewriting Middleware in ASP.NET Core diff --git a/aspnetcore/host-and-deploy/iis/advanced.md b/aspnetcore/host-and-deploy/iis/advanced.md index 77ef2e8ae037..57c76fd73a17 100644 --- a/aspnetcore/host-and-deploy/iis/advanced.md +++ b/aspnetcore/host-and-deploy/iis/advanced.md @@ -4,11 +4,9 @@ author: rick-anderson description: Advanced configuration with the ASP.NET Core Module and Internet Information Services (IIS). monikerRange: '>= aspnetcore-5.0' ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 03/07/2025 uid: host-and-deploy/iis/advanced -ms.custom: - - mvc - - sfi-image-nochange --- # Advanced configuration of the ASP.NET Core Module and IIS diff --git a/aspnetcore/host-and-deploy/iis/index.md b/aspnetcore/host-and-deploy/iis/index.md index 79aef2c6bbe7..caccce5e9a42 100644 --- a/aspnetcore/host-and-deploy/iis/index.md +++ b/aspnetcore/host-and-deploy/iis/index.md @@ -4,11 +4,9 @@ author: rick-anderson description: Learn how to host ASP.NET Core apps on Windows Server Internet Information Services (IIS). monikerRange: '>= aspnetcore-2.1' ms.author: riande +ms.custom: mvc, sfi-ropc-nochange ms.date: 04/26/2024 uid: host-and-deploy/iis/index -ms.custom: - - mvc - - sfi-ropc-nochange --- # Host ASP.NET Core on Windows with IIS diff --git a/aspnetcore/host-and-deploy/iis/web-config.md b/aspnetcore/host-and-deploy/iis/web-config.md index 1960e0ccb894..f51fc546f362 100644 --- a/aspnetcore/host-and-deploy/iis/web-config.md +++ b/aspnetcore/host-and-deploy/iis/web-config.md @@ -4,11 +4,9 @@ author: rick-anderson description: Discover what is inside of the web.config file and how to configure different ASP.NET Core Module options. monikerRange: '>= aspnetcore-5.0' ms.author: riande +ms.custom: mvc, sfi-ropc-nochange ms.date: 02/07/2020 uid: host-and-deploy/iis/web-config -ms.custom: - - mvc - - sfi-ropc-nochange --- # `web.config` file diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index 37286600b12f..0bddfbf72419 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -4,13 +4,9 @@ author: rick-anderson description: Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel. monikerRange: '>= aspnetcore-3.1' ms.author: riande +ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange ms.date: 5/8/2023 uid: host-and-deploy/linux-nginx -ms.custom: - - mvc - - engagement-fy23 - - linux-related-content - - sfi-ropc-nochange --- # Host ASP.NET Core on Linux with Nginx diff --git a/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md b/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md index 531dd142613b..5b77f5cae1d3 100644 --- a/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md +++ b/aspnetcore/host-and-deploy/linux-nginx/includes/linux-nginx5.md @@ -1,7 +1,5 @@ --- - ms.custom: - - linux-related-content - - sfi-ropc-nochange +ms.custom: linux-related-content, sfi-ropc-nochange --- :::moniker range="= aspnetcore-5.0" This guide explains setting up a production-ready ASP.NET Core environment on an Ubuntu 16.04 server. These instructions likely work with newer versions of Ubuntu, but the instructions haven't been tested with newer versions. diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index b0f0b3321319..45214ff78989 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -3,11 +3,9 @@ title: Migrate from ASP.NET Core 3.1 to .NET 5 author: wadepickett description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core in .NET 5. ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 12/02/2020 uid: migration/31-to-50 -ms.custom: - - mvc - - sfi-ropc-nochange --- # Migrate from ASP.NET Core 3.1 to .NET 5 diff --git a/aspnetcore/migration/31-to-60.md b/aspnetcore/migration/31-to-60.md index b4b39479e1c9..6a353974957b 100644 --- a/aspnetcore/migration/31-to-60.md +++ b/aspnetcore/migration/31-to-60.md @@ -3,10 +3,10 @@ title: Migrate from ASP.NET Core 3.1 to .NET 6 author: rick-anderson description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core in .NET 6. ms.author: riande +ms.custom: sfi-ropc-nochange monikerRange: '>= aspnetcore-3.1' ms.date: 10/25/2021 uid: migration/31-to-60 -ms.custom: sfi-ropc-nochange --- # Migrate from ASP.NET Core 3.1 to .NET 6 diff --git a/aspnetcore/mvc/views/tag-helpers/intro.md b/aspnetcore/mvc/views/tag-helpers/intro.md index 9acca964742b..d722b9d14c06 100644 --- a/aspnetcore/mvc/views/tag-helpers/intro.md +++ b/aspnetcore/mvc/views/tag-helpers/intro.md @@ -3,11 +3,9 @@ title: Tag Helpers in ASP.NET Core author: tdykstra description: Learn what Tag Helpers are and how to use them in ASP.NET Core. ms.author: tdykstra +ms.custom: H1Hack27Feb2017, sfi-image-nochange ms.date: 03/18/2019 uid: mvc/views/tag-helpers/intro -ms.custom: - - H1Hack27Feb2017 - - sfi-image-nochange --- # Tag Helpers in ASP.NET Core diff --git a/aspnetcore/performance/caching/hybrid.md b/aspnetcore/performance/caching/hybrid.md index ff5a9f8a52ed..23cc0bfda24c 100644 --- a/aspnetcore/performance/caching/hybrid.md +++ b/aspnetcore/performance/caching/hybrid.md @@ -4,10 +4,10 @@ author: tdykstra description: Learn how to use HybridCache library in ASP.NET Core. monikerRange: '>= aspnetcore-9.0' ms.author: tdykstra +ms.custom: sfi-ropc-nochange ms.date: 05/22/2025 uid: performance/caching/hybrid ms.ai: assisted -ms.custom: sfi-ropc-nochange --- # HybridCache library in ASP.NET Core diff --git a/aspnetcore/security/app-secrets.md b/aspnetcore/security/app-secrets.md index ae28ff69ab10..48da93483124 100644 --- a/aspnetcore/security/app-secrets.md +++ b/aspnetcore/security/app-secrets.md @@ -3,12 +3,10 @@ title: Safe storage of app secrets in development in ASP.NET Core author: tdykstra description: Learn how to store and retrieve sensitive information during the development of an ASP.NET Core app. ms.author: tdykstra +ms.custom: mvc, sfi-ropc-nochange monikerRange: '>= aspnetcore-3.0' ms.date: 10/30/2024 uid: security/app-secrets -ms.custom: - - mvc - - sfi-ropc-nochange --- # Safe storage of app secrets in development in ASP.NET Core diff --git a/aspnetcore/security/authentication/2fa.md b/aspnetcore/security/authentication/2fa.md index 6ad95311b7b6..351bd0183f57 100644 --- a/aspnetcore/security/authentication/2fa.md +++ b/aspnetcore/security/authentication/2fa.md @@ -4,11 +4,9 @@ author: rick-anderson description: Learn how to set up two-factor authentication (2FA) with an ASP.NET Core app. monikerRange: '< aspnetcore-2.0' ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 09/22/2018 uid: security/authentication/2fa -ms.custom: - - mvc - - sfi-image-nochange --- # Two-factor authentication with SMS in ASP.NET Core diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index 26ae158e9daf..7fc064ffe42e 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -3,10 +3,10 @@ title: Account confirmation and password recovery in ASP.NET Core author: rick-anderson description: Learn how to build an ASP.NET Core app with email confirmation and password reset. ms.author: riande +ms.custom: sfi-image-nochange monikerRange: '>= aspnetcore-3.1' ms.date: 2/9/2022 uid: security/authentication/accconfirm -ms.custom: sfi-image-nochange --- # Account confirmation and password recovery in ASP.NET Core diff --git a/aspnetcore/security/authentication/social/facebook-logins.md b/aspnetcore/security/authentication/social/facebook-logins.md index ebba2c78cf9e..1fcca0fdc9ed 100644 --- a/aspnetcore/security/authentication/social/facebook-logins.md +++ b/aspnetcore/security/authentication/social/facebook-logins.md @@ -3,12 +3,10 @@ title: Facebook external login setup in ASP.NET Core author: rick-anderson description: Tutorial with code examples demonstrating the integration of Facebook account user authentication into an existing ASP.NET Core app. ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 12/08/2021 monikerRange: '>= aspnetcore-3.0' uid: security/authentication/facebook-logins -ms.custom: - - mvc - - sfi-image-nochange --- # Facebook external login setup in ASP.NET Core diff --git a/aspnetcore/security/authentication/social/index.md b/aspnetcore/security/authentication/social/index.md index 8a3791b718d4..b4be6d3c0b55 100644 --- a/aspnetcore/security/authentication/social/index.md +++ b/aspnetcore/security/authentication/social/index.md @@ -3,11 +3,9 @@ title: Using external login providers with Identity in ASP.NET Core author: rick-anderson description: Create an ASP.NET Core app using Identity with external authentication providers such as Facebook, Twitter, Google, and Microsoft. ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 07/09/2025 uid: security/authentication/social/index -ms.custom: - - mvc - - sfi-image-nochange --- # External provider authentication in ASP.NET Core Identity diff --git a/aspnetcore/security/authentication/ws-federation.md b/aspnetcore/security/authentication/ws-federation.md index 45cd10ebf76e..fc7373a6be90 100644 --- a/aspnetcore/security/authentication/ws-federation.md +++ b/aspnetcore/security/authentication/ws-federation.md @@ -4,11 +4,9 @@ author: chlowell description: This tutorial demonstrates how to use WS-Federation in an ASP.NET Core app. monikerRange: '>= aspnetcore-2.1' ms.author: wpickett +ms.custom: mvc, sfi-image-nochange ms.date: 01/16/2019 uid: security/authentication/ws-federation -ms.custom: - - mvc - - sfi-image-nochange --- # Authenticate users with WS-Federation in ASP.NET Core diff --git a/aspnetcore/security/authorization/secure-data.md b/aspnetcore/security/authorization/secure-data.md index a32a618e8646..fbea052a9315 100644 --- a/aspnetcore/security/authorization/secure-data.md +++ b/aspnetcore/security/authorization/secure-data.md @@ -3,12 +3,10 @@ title: Create an ASP.NET Core app with user data protected by authorization author: rick-anderson description: Learn how to create an ASP.NET Core web app with user data protected by authorization. Includes HTTPS, authentication, security, ASP.NET Core Identity. ms.author: riande +ms.custom: mvc, sfi-image-nochange ms.date: 12/5/2021 ms.sfi.ropc: t uid: security/authorization/secure-data -ms.custom: - - mvc - - sfi-image-nochange --- # Create an ASP.NET Core web app with user data protected by authorization diff --git a/aspnetcore/security/docker-compose-https.md b/aspnetcore/security/docker-compose-https.md index 2766b5170ac0..e98335f62908 100644 --- a/aspnetcore/security/docker-compose-https.md +++ b/aspnetcore/security/docker-compose-https.md @@ -3,11 +3,9 @@ title: Hosting ASP.NET Core image in container using docker compose with HTTPS author: ravipal description: Learn how to host ASP.NET Core Images with Docker Compose over HTTPS ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 09/07/2024 uid: security/docker-compose-https -ms.custom: - - mvc - - sfi-ropc-nochange --- # Hosting ASP.NET Core images with Docker Compose over HTTPS diff --git a/aspnetcore/security/docker-https.md b/aspnetcore/security/docker-https.md index 8a2c83d1f11e..443ccd5e44c1 100644 --- a/aspnetcore/security/docker-https.md +++ b/aspnetcore/security/docker-https.md @@ -3,11 +3,9 @@ title: Hosting ASP.NET Core Images with Docker over HTTPS author: wadepickett description: Learn how to host ASP.NET Core Images with Docker over HTTPS ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 09/07/2024 uid: security/docker-https -ms.custom: - - mvc - - sfi-ropc-nochange --- # Hosting ASP.NET Core images with Docker over HTTPS diff --git a/aspnetcore/security/index.md b/aspnetcore/security/index.md index b53e6d58f4bb..d84f211a233c 100644 --- a/aspnetcore/security/index.md +++ b/aspnetcore/security/index.md @@ -3,11 +3,9 @@ title: ASP.NET Core security topics author: tdykstra description: Provides links to articles on authentication, authorization, and security in ASP.NET Core. ms.author: tdykstra +ms.custom: mvc, sfi-ropc-nochange ms.date: 3/9/2022 uid: security/index -ms.custom: - - mvc - - sfi-ropc-nochange --- # ASP.NET Core security topics diff --git a/aspnetcore/tutorials/first-mongo-app.md b/aspnetcore/tutorials/first-mongo-app.md index 8dbe6be8ec70..4c4ebfcd9b3f 100644 --- a/aspnetcore/tutorials/first-mongo-app.md +++ b/aspnetcore/tutorials/first-mongo-app.md @@ -5,11 +5,9 @@ author: wadepickett description: This tutorial demonstrates how to create an ASP.NET Core web API using a MongoDB NoSQL database. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: mvc, sfi-ropc-nochange ms.date: 04/09/2025 uid: tutorials/first-mongo-app -ms.custom: - - mvc - - sfi-ropc-nochange --- # Create a web API with ASP.NET Core and MongoDB diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model.md b/aspnetcore/tutorials/first-mvc-app/adding-model.md index 708afa1edc65..8ba76d45d4dd 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model.md @@ -4,9 +4,9 @@ author: wadepickett description: Part 4 of tutorial series on ASP.NET Core MVC. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett +ms.custom: sfi-ropc-nochange ms.date: 03/28/2025 uid: tutorials/first-mvc-app/adding-model -ms.custom: sfi-ropc-nochange --- # Part 4, add a model to an ASP.NET Core MVC app diff --git a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md index 0f4c4c490fe3..5258dabc25c3 100644 --- a/aspnetcore/tutorials/first-mvc-app/working-with-sql.md +++ b/aspnetcore/tutorials/first-mvc-app/working-with-sql.md @@ -4,9 +4,9 @@ author: wadepickett description: Part 5 of tutorial series on ASP.NET Core MVC. ms.author: wpickett ms.date: 03/02/2025 +ms.custom: sfi-ropc-nochange monikerRange: '>= aspnetcore-3.1' uid: tutorials/first-mvc-app/working-with-sql -ms.custom: sfi-ropc-nochange --- # Part 5, work with a database in an ASP.NET Core MVC app diff --git a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md index 205def5beed4..47a4ad94729d 100644 --- a/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md +++ b/aspnetcore/tutorials/publish-to-azure-webapp-using-vs.md @@ -4,13 +4,9 @@ author: wadepickett description: Learn how to publish an ASP.NET Core app to Azure App Service using Visual Studio. monikerRange: '>= aspnetcore-7.0' ms.author: wpickett +ms.custom: devx-track-csharp, mvc, engagement-fy23, sfi-image-nochange ms.date: 02/03/2023 uid: tutorials/publish-to-azure-webapp-using-vs -ms.custom: - - devx-track-csharp - - mvc - - engagement-fy23 - - sfi-image-nochange --- # Publish an ASP.NET Core app to Azure with Visual Studio From 295a817648865382e5ae7fdc150d892e92ef848f Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:38:37 +0300 Subject: [PATCH 4/7] Update blazor-web-app-with-entra.md --- aspnetcore/blazor/security/blazor-web-app-with-entra.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aspnetcore/blazor/security/blazor-web-app-with-entra.md b/aspnetcore/blazor/security/blazor-web-app-with-entra.md index 2a2af6c72ba9..064013b3d1d5 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-entra.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-entra.md @@ -4,12 +4,8 @@ author: guardrex description: Learn how to secure a Blazor Web App with Microsoft Entra ID. monikerRange: '>= aspnetcore-9.0' ms.author: wpickett -<<<<<<< HEAD ms.custom: mvc, sfi-ropc-nochange -ms.date: 06/11/2025 -======= ms.date: 07/29/2025 ->>>>>>> a361174c58c342a73bc90b2e68bb61a2bd48039a uid: blazor/security/blazor-web-app-entra zone_pivot_groups: blazor-web-app-entra-specification --- From 6ed5b23eb59e3dfb239af5b27761b0ac8f7eb326 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:39:32 +0300 Subject: [PATCH 5/7] Update index.md --- aspnetcore/host-and-deploy/iis/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/aspnetcore/host-and-deploy/iis/index.md b/aspnetcore/host-and-deploy/iis/index.md index 4732f05a22d1..fe3c86e8c2cb 100644 --- a/aspnetcore/host-and-deploy/iis/index.md +++ b/aspnetcore/host-and-deploy/iis/index.md @@ -3,12 +3,8 @@ title: Host ASP.NET Core on Windows with IIS author: tdykstra description: Learn how to host ASP.NET Core apps on Windows Server Internet Information Services (IIS). monikerRange: '>= aspnetcore-2.1' -<<<<<<< HEAD -ms.author: riande -ms.custom: mvc, sfi-ropc-nochange -======= ms.author: tdykstra ->>>>>>> a361174c58c342a73bc90b2e68bb61a2bd48039a +ms.custom: mvc, sfi-ropc-nochange ms.date: 04/26/2024 uid: host-and-deploy/iis/index --- From ae4cf62efbad29fb872219715961ac0d9d955ba0 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:40:15 +0300 Subject: [PATCH 6/7] Update linux-nginx.md --- aspnetcore/host-and-deploy/linux-nginx.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/aspnetcore/host-and-deploy/linux-nginx.md b/aspnetcore/host-and-deploy/linux-nginx.md index 2f01861cc1ba..a53206a24a31 100644 --- a/aspnetcore/host-and-deploy/linux-nginx.md +++ b/aspnetcore/host-and-deploy/linux-nginx.md @@ -3,12 +3,8 @@ title: Host ASP.NET Core on Linux with Nginx author: tdykstra description: Learn how to set up Nginx as a reverse proxy on Ubuntu, RHEL and SUSE to forward HTTP traffic to an ASP.NET Core web app running on Kestrel. monikerRange: '>= aspnetcore-3.1' -<<<<<<< HEAD -ms.author: riande -ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange -======= ms.author: tdykstra ->>>>>>> a361174c58c342a73bc90b2e68bb61a2bd48039a +ms.custom: mvc, engagement-fy23, linux-related-content, sfi-ropc-nochange ms.date: 5/8/2023 uid: host-and-deploy/linux-nginx --- From fd98f23bdb72ba7cb2544c35debd55599ffe5c82 Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:50:49 +0300 Subject: [PATCH 7/7] Apply suggestions from code review Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/host-and-deploy/iis/advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/host-and-deploy/iis/advanced.md b/aspnetcore/host-and-deploy/iis/advanced.md index 57c76fd73a17..f060d199a7fb 100644 --- a/aspnetcore/host-and-deploy/iis/advanced.md +++ b/aspnetcore/host-and-deploy/iis/advanced.md @@ -1,9 +1,9 @@ --- title: Advanced configuration -author: rick-anderson +author: tdykstra description: Advanced configuration with the ASP.NET Core Module and Internet Information Services (IIS). monikerRange: '>= aspnetcore-5.0' -ms.author: riande +ms.author: tdykstra ms.custom: mvc, sfi-image-nochange ms.date: 03/07/2025 uid: host-and-deploy/iis/advanced