No more support for Web forms in Visual Studio 2022?

nickCroat 106 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

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,246 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,564 questions
{count} vote

Accepted answer
  1. AgaveJoe 26,186 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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jason Akin 31 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

    6 people found this answer helpful.