1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【C#】Visual Studio2022でWeb Formアプリのプロジェクトを作成する方法

Posted at

Web Formアプリのプロジェクトを作成する方法について解説します。

Visula Studio2022は、標準ではWeb Formアプリプロジェクトはインストールされていません。
そのため、Visual Studio Installerをつかって必要なモジュールをインストールする必要があります。

Visual Studio Installerの起動からモジュールのインストール手順

■スタートメニューからVisual Studio Installerを起動します。
image.png

変更ボタンをクリックします。
image.png

■右タブのASP.NETとWeb開発タブを開いて、①.NET Framework プロジェクトと項目テンプレート②追加のプロジェクトテンプレート(以前のバージョン)にチェックを入れます。
画面右下にある、「変更」ボタンをクリックします。
image.png

■インストール完了後、下記のボタンが表示されます。
image.png

Web Formアプリプロジェクトの作成

では、インストールができたのでVisual Studio2022を使ってWeb Formプロジェクトを作成していきましょう。
■Visual Studio2022を起動します。
image.png

新しいプロジェクトを選択します。
image.png

■「ASP.NETアプリケーション(.NET Framework)」を選択します。
image.png

■[空のWeb form]を選択して完了です。
image.png

サイト

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?