Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created July 13, 2015 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fhernd/b5f30170a9cf0de5c75e to your computer and use it in GitHub Desktop.
Save Fhernd/b5f30170a9cf0de5c75e to your computer and use it in GitHub Desktop.
Archivo de configuración de una aplicación ASP.NET.
<!-- // OrtizOL - xCSw - http://ortizol.blogspot.com -->
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5.1" />
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment