3

I have website which I am trying to run through IIS. But on browsing the website it shows error saying

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

enter image description here

Below is my web.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <location path="." inheritInChildApplications="false">
   <system.webServer>
    <handlers>
    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
  </handlers>
  <aspNetCore processPath="dotnet" arguments=".\AlphaWeb.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</location>
</configuration>

I am on Windows10, IIS 10.0.18362.1

Fildor
  • 14,510
  • 4
  • 35
  • 67
redcaper71
  • 287
  • 3
  • 6
  • 13

0 Answers0