Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can ASP.NET MVC4 run on IIS7.5, .NET Framework 4?

I have an MVC3 application, and I want to upgrade to MVC4 after its RTM.

But I don't have the right to change the production server environment. It's a Windows Server 2008 R2 with IIS7.5 and .NET4 installed.

Is it possible to upgrade to MVC4 without changing framework version and IIS?

like image 385
Edi Wang Avatar asked Aug 01 '12 06:08

Edi Wang


People also ask

What is ASP Net mvc4?

ASP.NET MVC 4 is a framework for developing highly testable and maintainable Web applications that follow the Model-View-Controller (MVC) pattern. The framework encourages you to maintain a clear separation of concerns— views for UI, controllers for handling user input, and models for domain logic.

How do I install ASP NET 4.5 on Windows 10?

Open the Control Panel, click "Programs" and then click "Turn Windows features on or off" to open the "Windows Features" dialog. 2. Enable ". NET Framework 4.5 Advanced Services > ASP.NET 4.5" (version 4.6 in Windows 10):


1 Answers

Yes you can deploy MVC 4 application on a server with IIS 7.5 and .Net 4

like image 74
Waqas Raja Avatar answered Nov 15 '22 10:11

Waqas Raja