Advertisement
Fhernd

Web.config

Jul 13th, 2015
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <!-- // OrtizOL - xCSw - http://ortizol.blogspot.com -->
  2.  
  3. <?xml version="1.0"?>
  4.  
  5. <!--
  6.  For more information on how to configure your ASP.NET application, please visit
  7.  http://go.microsoft.com/fwlink/?LinkId=169433
  8.  -->
  9.  
  10. <configuration>
  11.  
  12.     <system.web>
  13.       <compilation debug="true" targetFramework="4.5.1" />
  14.       <httpRuntime targetFramework="4.5.1" />
  15.     </system.web>
  16.  
  17. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement