Pages

Monday 18 February 2013

Shutting down the mobile redirect for SharePoint 2010 sites

We had this problem the other day, where all internet requests were getting redirected to the mobile version and it kept prompting for credentials. 

The file that you need to modify is compat.browser
Location:  C:\inetpub\wwwroot\wss\VirtualDirectories\<webApp>\App_Browsers

Make a copy of the file in a different location and edit the file. Search for the entry:

<capability name=”isMobileDevice” value=”true” />. and change the value to false




For more detail visit this blog

No comments:

Post a Comment