I have tried to setup an website in a new server and I get this error for all static files html/css/js, etc.
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.
AuthenticateRequest is happening for StaticFile and fails somewhere. Our site uses windows based authentication, so we enabled only Windows based authentication as same as other server where it works fine.
- Added IIS_IUSRS permissions to the website folder
Tried the explanation given https://blogs.msdn.microsoft.com/chaun/2014/09/02/error-500-0-internal-server-error-authenticaterequest-staticfile-0x80070542/
Verified with another working server installed features.
Still could not figure out after 2 days what is going wrong in our IIS site setup.