Is there a way to use Application Insights as a substitute for Web Server Logging
? My end goal here is to analyze 4xxs and 5xxs.
Details:
-Right now, i only have the requests info for controllers/action where I manually used TrackRequest
-Web App hosted on Azure.
-SDK added as documents instruct.
-Other parts (SQL Dependency Tracking for example) work out-of-the-box