Announcements
No record found.
When our portal is accessed on some devices, it opens a mobile site. How do I disable the mobile site URL? or change it so that it opens the full site?
*This post is locked for comments
You can try this:
Modify the webconfig file
Add three lines of code that set all browsers to not be redirected
This option is deployable through a WSP
Does not allow for browsers to be handled individually
File is on the server in C:InetpubwwwrootwssVirtualDirectoriesPORTbin folder of your SharePoint site, where PORT is the port of your site
add segment to the ‘configuration/system.web’ section (thanks Peter)
Code to add:
<browserCaps>
<result type=”System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”/>
<filter>isMobileDevice=false</filter>
</browserCaps>
Settings taken from here: http://blogs.perficient.com/microsoft/2011/02/three-options-for-disabling-the-sharepoint-2010-mobile-redirection-system/
Thanks, I try this
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Joris dG 5
Andrew Jones a1x 2
GL-01081504-0 1