is it possible to view elmah error log in two projects with one authentication in ASP.NET MVC?

34 Views Asked by At

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?

0

There are 0 best solutions below