locked
Elmah RRS feed

  • Question

  • User1308732545 posted

    Hello All,

    I have a  web application and a windows service, the solution contains both these projects .For the web project I use Elmah logging , I want to use the same for Windows serrvice , 

    could any suggest how to do that ?

    Thanks 

    Tuesday, March 1, 2016 5:01 PM

Answers

  • User319258639 posted

    From the description of Elmah logging, it looks to be logging tool for ASP.NET applications, so I don't think you would be able to use it in a Windows Service without some issues. You can convert the Windows Service to a REST Web Service and then you would be able to implement it.

    Otherwise, I'd suggest posting your question to the creators of Elmah logging.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, March 1, 2016 5:25 PM