Question about asp.net mvc 5

0

Does framework 4 support MVC 5? Because I have a site that is in mvc 5 and iis 6 is not opening the site, after clicking on enter the login screen the page is left blank. I saw that iis 6 does not support the 4.5 framework, so it converted to 4.0. What can I do?

    
asked by anonymous 10.07.2015 / 15:13

1 answer

2

Do not roll, ASP.NET MVC 5 requires .NET 4.5. Version 4.0 only supports MVC 4.

    
10.07.2015 / 15:40