SQL Server 2017 Express Edition: localhost と 127.0.0.1 は同一ではありません

SQL Server 2017 Express Edition: localhost と 127.0.0.1 は同一ではありません

SQL Server 2017 Express Edition をインストールして使用する必要があります。

私はこのリンクからダウンロードしました:Microsoft® SQL Server® 2017 エクスプレスに基本バージョンをインストールしましたC:\Program Files\Microsoft SQL Server

実行して にアクセスできますがhttp://localhost、 を使用する必要がありますhttp://127.0.0.1。 を使用すると、http://127.0.0.1次のように表示されます。

Bad Request - Invalid Hostname
HTTP Error 400. The request hostname is invalid.

を編集しようとしましたhosts。 に移動しC:\Windows\System32\drivers\etchosts次の行を開いてコメントを解除しました。127.0.0.1 localhost

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
     127.0.0.1       localhost
#    ::1             localhost

しかし、効果はありません。 にはアクセスできますlocalhostが、 にはアクセスできません127.0.0.1。不正なリクエストです。

再起動を試みました。

何が足りないのでしょうか?

Windows 10 Pro 64    
Visual Studio 2017
SQL Server 2017 Express Edition 14.0.1000.169, RTM

IIS 画面。(サイト名、URL アドレス、識別子)

関連情報