How to create an ASP.NET website in Visual Studio 2019?

前端 未结 1 1204
难免孤独
难免孤独 2021-02-13 17:09

I am creating an application using VS 2019 and Web API (.NET Framework). I need to create a blank website, but getting only web application project template. Is there any tools

相关标签:
1条回答
  • 2021-02-13 18:01

    To create "ASP.NET Web Site" projects in Visual Studio 2019 you need to install the "Additional project templates (previous versions)" ASP.NET Component as shown below.

    I have to confess I'd missed this option too as it's only visible if you click on the ASP.NET workload and is not listed on the "Individual components" tab!

    After installing the component, the templates are now present:

    0 讨论(0)
提交回复
热议问题