I am working on an ASP.Net MVC application that with views that I want to be able to format for desktop browsers as well as mobile browsers. Both formats would use the same Con
ScottHa has this post about targeting multiple devices with ASP.NET MVC addressing that same problem.
I would suggest either in the view or in something between the controller and the view (the ViewEngine...)