My server only supports ASP .NET 3.5 max. I am learning to develop MVC 4.
Is it possible to run MVC 4 on a .NET 3.5 machine?
Of course I have no right to alter the server machine’s configuration.
Thank you
My server only supports ASP .NET 3.5 max. I am learning to develop MVC
Share
No. It use components which was implemented in higher framework versions and will not be available.
This is requirements for MVC 4: