Preferred Language:

Listing 28.2 - Web.config

Listing 28.2 - Web.Config (C#)
Copy

<?xml version="1.0"?>
<configuration >

  <location allowOverride="false">
    <system.web>
      <compilation debug="false" />
    </system.web>
  </location>

</configuration>