I\'ve just today learned of asp.net mvc, and I\'m wondering what is needed from the server-side to host this.
I suppose IIS 6 (and newer) and the .NET 3.5, is there
From MSDN: How to: Deploy an ASP.NET MVC Application
Basically you need:
Routing and Abstractions dlls are only needed if you don't have SP1.
As long as your IIS Server is serving .NET 3.5 SP1 projects fine, you shouldn't have to do anything special for MVC because it is essentially just a library.
Also, if you