views:

64

answers:

1

As far as I can tell the recommended approach for ASP.NET MVC 1 is to use the Web Application Toolkit for Mobile Web Applications.

Is there any change in the mobile device story for ASP.NET MVC 2? Should this toolkit still be used?

A: 

I've tried out the Web Application Toolkit and it works fine. I just used the code which essentially detects the browser and routes to views you define. Very useful and recommended.

Alex Angas