I have two projects, one is web with a login page, the other is my API project which is used for routing.
I installed Elmah package in both projects and enabled authentication, so both projects errors are stored in their respective local project path
I need to view the logs with authentication in API projects, but I didn't have login and authentication logic in this project
so using web project authentication, need to view the API logs.
Is it possible?