I can’t find the Web form ASP.NET in Visual Studio 2019

Asked

Viewed 176 times

1

Hello, when trying to add a web page with extension aspx in Visual Studio 2019, I can’t find it to add, as image:inserir a descrição da imagem aqui

Something like this image should appear: inserir a descrição da imagem aqui

I appreciate anyone who can help me.

  • 1

    There are no Web Forms in ASP.NET Core.

  • But as I add a page like from the second image, I’m starting to use VS now

1 answer

0

Hello, in ASP.NET Core you should add a Web Application (Evolution Web Forms):

Criando Aplicativo Web

On the next screen choose where you want to create the project and then select a template (I suggest creating a project using the MVC template):

Selecionando Template

When choosing a template some things are already configured and with some examples, just run the project and you will see it in the browser.

To better understand start this course: https://desenvolvedor.io/curso-online-iniciando-com-asp-net-core, it is free.

If you really want to use Web Forms (ASP.NET Framework) in VS 2019, you can create it like this:

Web Forms

Then just select Web Forms template:

Template Web Forms

Browser other questions tagged

You are not signed in. Login or sign up in order to post.