Skip to content

Instantly share code, notes, and snippets.

@dax70
Created July 16, 2012 20:25
Show Gist options
  • Save dax70/3124807 to your computer and use it in GitHub Desktop.
Save dax70/3124807 to your computer and use it in GitHub Desktop.
Removing the X-Aspnet-Version Header
<system.web>
<!-- Removes Response Header X-AspNet-Version -->
<httpRuntime enableVersionHeader="false" />
...
</system.web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment