how to log?

Discussion in 'ASP.NET / ASP.NET Core' started by amar, Jul 24, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. hello

    im about to launch a small site.

    what is the preferred way for logging?

    can i use the EventLog?



    joe amar
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    log whatever into a log file in your site.

    customers are not allowed to write to the event log. reason is obvious:

    1) There's no easy way for you to get the log back.
    2) It will be a mess if everyone starts writing to the event log.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page