In our Windows server 2012R2 we have a problem with one of our websites.
While searching on Stack Overflow I saw some answer about URL rewrite module, but that's just fine & updated.
What else could be the problem and how can fix it ?
This is the web.config file.
<?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=".\ILH.Web.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</location>
</configuration>
And this is the error when we try to access the website on windows local server browser: Print screen error