Skip to content

Instantly share code, notes, and snippets.

@freeman42x
Created April 19, 2013 14:18
Show Gist options
  • Save freeman42x/5420640 to your computer and use it in GitHub Desktop.
Save freeman42x/5420640 to your computer and use it in GitHub Desktop.
Glimpse configuration required for ASP.NET WebForms AJAX
<glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
<runtimePolicies>
<contentTypes>
<!-- content type of the ajax request response that needs to be logged -->
<add contentType="text/plain"/>
</contentTypes>
</runtimePolicies>
</glimpse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment