24.09.2013

Sharepoint: Disabling mobile view in Sharepoint 2010

In order to totally disable mobile view for a Sharepoint site (I tried this on MOSS 2010) just update web.config of your site by adding the following node to the configuration->system.web section:
<browsercaps>
   <result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
      <filter>isMobileDevice=false</filter>
   </result>
</browsercaps>

Комментариев нет:

Отправить комментарий