Thursday, July 4, 2013

Disable mobile autoredirect

Disable mobile autoredirect

http://blogs.perficient.com/microsoft/2011/02/three-options-for-disabling-the-sharepoint-2010-mobile-redirection-system/

Change code in
  • C:\inetpub\wwwroot\wss\VirtualDirectories\[port-of-your-site]\App_Browsers\compat.browser
  • Code to change (for each UA):
    • <capability name=”isMobileDevice” value=”false” />

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...