HTTP Error 500.19 - Internal Server Error
Absolute physical path "C:\inetpub\custerr" is not allowed in system.webServer/httpErrors section in web.config file. Use relative path instead
the error page in iis is not showing ,
In the applications web.config file i have custom error property to rediect if a 404 error occurs, it works fine but when any other error occur the above error message is shown instead of actual error message.
I also tried changing allowAbsolutePathsWhenDelegated=true in applicationHost.config, but no change
kindly give a solution,