Noob here! I'm trying to create a Web Application using .NET 4 framework with MVC template in Visual Studio PRO 2019, as our server still uses .NET 4.
Steps I used to create project : Step 1 --> Step 2 --> Step 3
The MVC templates are not populated and the Text boxes are disabled for .NET 4 (See Step 3), but MVC template appears for .NET Framework 4.5 and above though, check Image 1, Image 2
That's when I came across the Comment in the post Missing MVC template in Visual Studio 2015, My question is, Is it possible to even create MVC template using .NET framework 4 in Visual studio 2019 ?
I'd appreciate any leads here. Thanks in advance