Has anyone tweaked the ASP.NET stack to work with the .NET MVC technology? I noticed I had to make minor changes to it to get it to work (DirectProcessor.Execute had to take a HttpRequestBase instead of HttpRequest). I also feel there is potential to incorporate a custom model binder so that "basic" marshalling between the request data and simple objects is possible.
Rather than reinvent the wheel has anyone done any work on this?