No more support for Web forms in Visual Studio 2022?

nickCroat 111 Reputation points
2022-01-29T12:43:57.717+00:00

Hi,

In new Visual Studio there is no more option to create Web Forms web application?
Are MVC only future architecture Visual Studio will support for WEB pages?

Thx

Developer technologies | VB
Developer technologies | ASP.NET | Other
{count} vote

Accepted answer
  1. AgaveJoe 30,126 Reputation points
    2022-01-29T14:10:53.173+00:00

    Web Forms templates exist in Visual Studio 2022. Select ASP.NET Web Application (.NET Framework). A few clicks later you can select Web Forms.

    169611-capture.png

    If you don't see the ASP.NET Web Application option then try installing the ASP.NET and web development workflow using the Visual Studio installer. Since you see MVC templates, I assume you already have the workflow installed.

    3 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jason Akin 51 Reputation points
    2022-07-04T12:48:16.677+00:00

    Thank you @AgaveJoe for the answer. To piggyback on this, I had the "ASP.NET and web Development" workflow installed, but needed to return to Visual Studio Installer and select "Additional project templates(previous versions). 217329-image.png

    10 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.