Skip to content

Instantly share code, notes, and snippets.

View claudiomartinez123's full-sized avatar
💭
I may be slow to respond.

CLAUDIO ROGERIO CRESTINCOV MARTINEZ claudiomartinez123

💭
I may be slow to respond.
  • mistersite
View GitHub Profile
@gsherman
gsherman / web.config
Created January 24, 2011 18:35
example of a web config that uses the URL rewrite module to block potentially dangerous querystring. works on IIS7 and classic asp.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<!--
Block potentially dangerous querystrings.
Requires the IIS7 URL Rewrite Module, available from: http://www.iis.net/download/urlrewrite
-->
<rewrite>
<rules>