Ciao a tutti, oggi sto provando ad avviare la mia applicazione web .net 2.0 su una macchina con windows 7 e iis 7.5
Purtroppo rispetto alla versione 7 riscontro il seguente problema all'avvio del sito:
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code 0x80070021
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config Source
200: <validation validateIntegratedModeConfiguration="false" />
201: <modules>
202: <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Purtroppo non capisco l'errore.
qualche idea?