HTTP Error 500.0 - Internal Server Error - Windows Server 2016

S

Sun_Scripting_Win

Hi Team,
Am trying to configure IIS in windows server 2016 and getting below error, could you please help me understand what could have went wrong and how to resolve error? Many Thanks in advance.
Standard IIS on port 80 is opening up page.
HTTP Error 500.0 - Internal Server Error
There is a problem with the resource you are looking for, so it cannot be displayed.
Most likely causes:
•The path to the ISAPI Filter is incorrect.
•IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
•IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
•IIS was not able to process configuration for the Web site or application.
•The authenticated user does not have permission to use this DLL.

My web.config file looks like below:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<remove name="WebDAV" />
<add name="proxy" path="*" verb="*" modules="IsapiModule" scriptProcessor="C:\inetpub\ClusterSite\lib\iisproxy.dll" resourceType="Unspecified" preCondition="bitness64" />
</handlers>
</system.webServer>
</configuration>
My homepage is not having any errors. We are using java and oracle weblogic as technology.

Continue reading...
 
Back
Top Bottom