how to fix this IIS publish error in windows7?

-1

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 : enter image description here but i dont know where's the problem
Please help me

c#
asp.net-mvc
iis
asked on Stack Overflow Jul 15, 2020 by sobhan parsa

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0