Re: Problem with 6.6 version

  •  08-30-2011, 8:32 AM

    Re: Problem with 6.6 version

    Thanks for your reply. I already have that. Below is my web.config [formatting and spaces got messed up with copy/paste. There are no typos). Any other ideas?
     
    Thanks.

    <?xmlversion="1.0"?>
     
    <configuration>
       <
    system.web>
          <
    httpRuntimerequestValidationMode="2.0"/>
          <
    compilationdebug="true"strict="false"explicit="true"targetFramework="4.0"/>
       </
    system.web>
       <
    system.webServer> 
          <
    modulesrunAllManagedModulesForAllRequests="true"/>
          </system.webServer>
    </configuration>


     

    Goran
View Complete Thread