Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

IIS 10.0 を Windows Server 2025 で有効化する方法

0
Last updated at Posted at 2026-08-08

はじめに

備忘録です。Windows Server 2025 で IIS 10.0 を有効化します。

改訂履歴

  • 2026/05/01 : 初版公開。

本文

1. 環境

  • IIS 10.0
  • VMware Workstation Pro 25H2u1
  • Windows Server 2025 Datacenter Evaluation 24H2

2. 手順

2-1. IIS のインストール

サーバーマネージャーから「役割と機能の追加」をクリックします。

次へ進みます。

「役割ベースまたは機能ベースのインストール」が選択されていることを確認し、次へ進みます。

次へ進みます。

「Web サーバー (IIS)」を選択します。

ポップアップが表示されますので、機能の追加をクリックします。

「Web サーバー (IIS)」を選択されていることを確認し、次へ進みます。

次へ進みます。

次へ進みます。

次へ進みます。

インストールをクリックします。

しばらく待ちます。

完了したら、閉じるをクリックして終了します。

2-2. ASP.NET Core Hosting Bundle のインストール

IIS 10.0 に ASP.NET Core をデプロイしたい場合、追加のバンドルをインストールする必要があります。

以下の URL にアクセスし、デプロイする ASP.NET Core で使用している .NET のページに遷移します。

今回は .NET 8.0 です。Hosting Bundle のリンクからインストーラーをダウンロードします。

ダウンロードしたインストーラーで IIS に追加のバンドルをインストールしましょう。同意してインストールをクリックします。

少し待ちます。

インストールが完了したら、閉じるをクリックして IIS を再起動しましょう。

IIS のモジュール画面に AspNetCoreModuleV2 が表示されていれば、成功です。

3. 動作確認

ブラウザから自分自身にアクセスします。

サンプルページが表示されたら、成功です。

おわりに

非常にサクッとできて簡単です。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?