Hi,
We have try but not resolved.
Every time error showing our web application deployed on IIS.
The page cannot be displayed becase an internal server error has occured.
How to solved.
Regards,
Pratik
Hi,
We have try but not resolved.
Every time error showing our web application deployed on IIS.
The page cannot be displayed becase an internal server error has occured.
How to solved.
Regards,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Nov 1, 2023, 12:10 PM
Implement a global error handler using the
Application_Errorevent in the Global.asax file to catch unhandled exceptions and log them.You can also create custom error pages that users will see when an error occurs. Specify these pages in your web.config file: