Skip to main content

Posts

Showing posts with the label Mobile

How to disable sharepoint mobile website

Dear All If you want to disable SharePoint mobile URL do the add the following code under web.config  <system.web> tag /* code starte */ <browserCaps> <result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> <filter>isMobileDevice=false</filter> </browserCaps> /*code end*/ Regards 3art Technology Experts http://www.3art.tech