I have an ASP.NET MVC application and I deployed it locally in my inbox. Now, if I want to deploy it to the Test server (which is a tightly controlled environment), what do I need to install on the test server at least - that is, on top of the preinstalled ASP.NET 2.0 and. NET
I need the ASP.NET MVC at runtime to be wasntall - obviously, I will not be allowed to install any VS.NET or developer-specific MVC objects. This should be the minimum runtime required to run the ASP.NET MVC application and nothing more.
Where can I get such an installer? Somewhere on the MS website?
Thanks.
ASP.NET
source
share