Tuesday, December 1, 2015

IIS error

HTTP Error 500.19 - Internal Server Error

remove name="ExtensionlessUrlHandler-Integrated-4.0"


There are two things to check that you have appropriate installed .Net. And also the following configurations are checked.
enter image description here




===========================================================
Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list

if you have 64-bit operation system use Framework64 instead of Framework in path:
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

Run these commands:
c:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -I

No comments: