Skip to content

Instantly share code, notes, and snippets.

@davehax
Created October 14, 2016 08:51
Show Gist options
  • Select an option

  • Save davehax/8203e09ce4247b75b16f68dbbe4ff581 to your computer and use it in GitHub Desktop.

Select an option

Save davehax/8203e09ce4247b75b16f68dbbe4ff581 to your computer and use it in GitHub Desktop.
<configuration>
...
<system.web>
...
<browserCaps>
<result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<filter>isMobileDevice=false</filter>
</browserCaps>
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment