Freshness update: publish-to-iis#36789
Merged
Merged
Conversation
31 tasks
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update publish to IIS article for modern practices
Freshness update: publish-to-iis
Feb 23, 2026
wadepickett
approved these changes
Feb 23, 2026
Contributor
wadepickett
left a comment
There was a problem hiding this comment.
Reviewed, added commits to improve.
Approved.
meaghanlewis
approved these changes
Feb 24, 2026
Collaborator
meaghanlewis
left a comment
There was a problem hiding this comment.
These changes LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
publish-to-iis.mdwas last updated in October 2019 and was missing modern .NET deployment guidance. This update brings the article current with supported .NET versions and modern IIS hosting practices.Metadata
ms.date:10/03/2019→02/23/2026monikerRange:>= aspnetcore-2.1→>= aspnetcore-8.0ai-usage: ai-assistedContent additions
w3wp.exe) is the default since ASP.NET Core 3.0 and links to the IIS overviewweb.config: Added note that it's auto-generated on publish and required by the ASP.NET Core Module — don't remove it"Pick a publish target"→"Publish"dialog;"Folder or File Share"→"Folder location"){TARGET FRAMEWORK}placeholder: Added inline explanation (where {TARGET FRAMEWORK} is the target framework moniker, for example net10.0) in both VS and CLI tabsCleanup
aspnet-core-module,directory-structure,troubleshoot-azure-iis) from "Deployment resources for IIS administrators" — they already appear under "Articles in the ASP.NET Core documentation set"Original prompt
This section details on the original issue you should resolve
<issue_title>Freshness Update: publish-to-iis</issue_title>
<issue_description>Contributes to #36100
Description
AI Freshness Article Review Report:
Publish an ASP.NET Core app to IISRun by: WadePickett
File:
aspnetcore/tutorials/publish-to-iis.mdRepository:
dotnet/AspNetCore.DocsReviewed by: GitHub Copilot
Review Date: 02/23/2026
Article UID:
tutorials/publish-to-iisSource: publish-to-iis.md on GitHub
Executive Summary
The article "Publish an ASP.NET Core app to IIS" is significantly outdated. The
ms.datemetadata is 10/03/2019 — over 6 years old — and the content has not been substantially revised to reflect modern .NET practices or current tooling. The current latest stable version of .NET is .NET 10 (LTS), yet the article's moniker range starts ataspnetcore-2.1and the content does not reference any modern .NET version. Several metadata, formatting, and content issues were identified against the repository's Copilot instructions and the Microsoft Writing Style Guide.Overall Verdict:⚠️ Needs Updating
1. Metadata Issues
ms.dateis extremely outdated10/03/201902/23/2026) upon next content revisiontitle,author,description,monikerRange,ms.author,ms.custom,ms.date,uidai-usagemetadataai-usage: ai-assistedif AI assistance is used during any update2. Content Freshness Issues
2.1 Outdated .NET Version References
dotnetcore-current-windows-runtime-bundle-installerpermalink which auto-resolves — this is still valid.2.2 Missing Modern Deployment Guidance
web.configweb.configfile is critical. The article does not mention it at all.dotnet publish -ooutput path optiondotnet publishcommand commonly uses-oto specify the output directory.3. Formatting & Style Issues (per Copilot Instructions)
3.1 Bullet List Markers
*for unordered lists in Prerequisites*which is correct per the repo guidelines ("use an asterisk as the bullet marker").3.2 Ordered List Numbering
1.for every item1.rather than sequential numbers (1.,2.,3.).3.3 Introductory Paragraph
3.4 Placeholder Formatting
{TARGET FRAMEWORK}placeholder usagebin/Release/{TARGET FRAMEWORK}/publish— this follows the correct{PLACEHOLDER NAME}format with uppercase letters.{TARGET FRAMEWORK}placeholder is not explained with a statement like "where the{TARGET FRAMEWORK}placeholder is..." per copilot instructions.4. Links & Cross-Refere...
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews