Hi,
I have an ASP.NET MVC application, and i have deployed it locally in my box. Now if i want to deploy it in a "Test" server (which is a tightly controlled environment), what do i need to install in the test server at the minimum - i.e. on top of the pre-installed ASP.NET 2.0 and .NET framework.
Do i need to isntall ASP.NET MVC runtime - obviously i won't be allowed to install any VS.NET or developer specific MVC stuff. It has to be the minimum runtime that is required to run the MVC ASP.NET app and nothing more.
Where do i get such an installer? Somewhere in MS web site?
Thanks.