How to get error not catched by logging application ?

Ahmed Abd El Aziz 315 Reputation points
2023-08-31T06:42:46.19+00:00

I working on asp.net core 7 blazor Publish on iis. I get some error on my application related to connection and exceptions related to database exist or not

so it not catched by logging application so what another tool can give me recognized or detected issues and reasons by details

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,254 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,331 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 58,441 Reputation points
    2023-09-04T15:54:31.81+00:00

    If hosted by IIS, an untaught error should be logged in the event log.

    0 comments No comments