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:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...