Posts

Showing posts from October, 2015

How to force Sharepoint to to use Desktop version and not mobile version of a site

You can either edit the web.config and add before the end of system.web node <browserCaps> <result type = "System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <filter> isMobileDevice=false </filter> </browserCaps>