i want to publish a website on my computer (Windows7) using IIS. but i got an 500.19(0x80070021) Error.The website has written in ASP.NET MVC .
the description of error shows me the problem is in this part of web.config code :
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ApplicationInsightsWebTracking" />
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
</modules>
</system.webServer>
and here's the error photo :
but i dont know where's the problem
Please help me
User contributions licensed under CC BY-SA 3.0