5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Webサーバー 'IIS Express' に接続できませんでした。

Last updated at Posted at 2019-06-18

現象

ASP.NET Core WebアプリケーションやASP.NET WebアプリケーションをVisual Studioでデバッグ実行しようとしたところ「Webサーバー 'IIS Express'に接続できませんでした。」というアラートWindowが表示されてアプリを実行できない。

対策

プロジェクトのプロパティ -> デバッグ -> アプリURLのポートを変更する(51539など)

project_property.png

おわりに

Googleで「Webサーバー 'IIS Express' に接続できませんでした。」と検索したところ、「IIS Express Webサーバーを起動できません」というメッセージの記事ばかりがヒットして中々、解決にたどり着けなかったので本記事を投稿しました。

5
2
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
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?