Web.config 142 B

123456
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <system.web>
  4. <compilation debug="true" targetFramework="4.0"/>
  5. </system.web>
  6. </configuration>