While I was restoring my SharePoint farm, I came across this error:
"Could not load all ISAPI filters for site 'SP-WebAPP'. Therefore site startup aborted."
To fix this issue simply run command "
aspnet_regiis.exe -i
".
You will be able to find that file in the "
C:\WINOWS\Microsoft.NET\Framework64\v2.0.50727
" directory.
Here's the
.