Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Help with 'compilation' element?

  1. #1
    HomeIndoor is offline Member
    Join Date
    Nov 2008
    Posts
    64

    Question Help with 'compilation' element?

    The 'compilation' element in web.config includes 'debug=true'. Please set debug to false before going Live.

    I can not seem to find this line in the web config file. Am I missing something or where should I be looking.

    Thanks in advance.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    In version 8.0.1.2 this is on line 142 by default...immediately after the urlrewrites section and immediately before the assemblies section
    Code:
        <rule url="/x-(.*?)\.aspx(?:\?(.*))?" rewrite="/execpackage.aspx?XmlPackage=$1&amp;$2" />
    </urlrewrites>
    <!--  DYNAMIC DEBUG COMPILATION: Set compilation debug="true" to enable ASPX debugging.  Otherwise, "false" will improve runtime performance of this application. -->
    <compilation defaultLanguage="c#" debug="true">
        <assemblies>
            <!-- WSI Web Service Interface (Section 3 of 4) Uncomment the following line to enable WSI Web Service Interface                  -->
            <!--
    <add assembly="Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    -->
            <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
            <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>