SharePoint 2010禁止手机客户端重定向

在web application的web.config下找到<system.web>节点,添加如下代码:

<browserCaps>
  <result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  <filter>isMobileDevice=false</filter>
 </browserCaps>

posted @ 2012-09-17 10:04  大刀客  阅读(255)  评论(0编辑  收藏  举报