I have a MVC web application built on 4.5 framework. This is hosted on multiple servers i.e. around 4 servers.
Currently, I am getting ajax failed to load resource error .... Internal Server Error (500). This is happening very in frequently i.e. on my first request or GET request it throws an error but on refreshing the page it works fine. The same continues.
On failed request tracing I see below error.
| ModuleName | ManagedPipelineHandler |
|---|---|
| Notification | EXECUTE_REQUEST_HANDLER |
| HttpStatus | 500 |
| HttpReason | Internal Server Error |
| HttpSubStatus | 0 |
| ErrorCode | The |
Can anyone please let me know why is this issue occurring ?