Disable Mobile View per Web Application (Android, iPhone)
March 29, 2011 in Uncategorized
Thanks to Koen Zoomers for finding this one …
<browserCaps>
<result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<filter>isMobileDevice=false</filter>
</browserCaps>
Open the “web.config” file for the Web Application you want to modify and insert the above code just before </system.web>. Note: This will disable for that one Web Application only. For a more global solution take a look at the “compat.browser” file and instructions at http://blogs.inetium.com/blogs/bcaauwe/archive/2010/06/28/disable-mobility-features-for-sharepoint-2010.aspx

Recent Comments