Doubt on .NET Framework 3.5 and ASP.NET MVC

0

I need to create an ASP.NET MVC application using the .NET Framework 3.5 following steps:

File - > New - > Project, so I choose, Visual C # Template - > Web

After .NET Framework 3.5 and APS.NET Empty Web Application , clicking the "OK" button should bring up the Select Template MVC window, but it does not appear.

Follows the image of the window that should appear.

If anyone can help me.

    
asked by anonymous 28.03.2017 / 16:08

1 answer

2

According to Microsoft itself, it is being redesigned for the new .NET CORE platform, anyway in .NET Framework 3.5. You can not do this any more, just from version 4.5 of the Net Framework forward. images to help you.

Here, just select WEB, Framework 4.5 and you will see in the right the description where it contains the MVC Template, Clicking OK see Photo 2 Hope to have helped, hugs.

    
28.03.2017 / 16:21