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
Depending on your hosting environment you may find that MVC is not already installed on the server, fortunately the framework is bin-deployable.
Simply placing System.Web.Mvc.dll, System.Web.Routing.dll, and System.Web.Abstractions.dll in your application's bin directory should solve most deployment issues.