Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My site is bin deployed to DiscountASP.net. I was going to attempt to make an m.domain mobile site separate, but it appears they don't support that as cleanly as I had hoped (they will setup a wildcard subdomain pointer, and then in code we support our own subdomains... not really what I had in mind).

DiscountASP, at this time, is running .net 4.0. Would I be able to use the ASP.NET MVC 4 mobile features? Primarily the layout switching (viewName.mobile.cshtml).

share|improve this question

1 Answer

up vote 1 down vote accepted

Yes, MVC 4 detects mobile browsers based on the user agent, so you should be able to just create the mobile views, and point the mobile browsers to your main site to get mobile views.

share|improve this answer
So the installed .net framework on the server doesn't matter? All the magic happens in the bin deployed assemblies? – Chad Jun 26 '12 at 3:25
Yep, that's correct. – Kyle Trauberman Jun 26 '12 at 3:39
You might want to include 51degrees.mobi (NuGet package). It is kept more up to date with all the current mobile devices out there. – Daniel Lorenz Oct 3 '12 at 19:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.