Add the following line to your web.config file right before the </configuration> end tag:

<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>

Done !!

Esta resposta lhe foi útil? 0 Usuários acharam útil (0 Votos)