Logging Solution - DOTNET

This is a discussion on Logging Solution - DOTNET ; I have MOSS site. I and I want to log the exception data in WFE server . Which is the better place to log ? EventLog or flat file ? Which is the best in peformance point of view an ...

+ Reply to Thread
Results 1 to 2 of 2

Logging Solution

  1. Default Logging Solution

    I have MOSS site. I and I want to log the exception data in WFE server .
    Which is the better place to log ? EventLog or flat file ?
    Which is the best in peformance point of view an other aspects ? Can
    anybody done performance bench mark and throw some light ?

    Thanks ain advance

    Regards,

    Ram

  2. Default Re: Logging Solution

    well its an asp.net app. so you can treat it as such. You could override
    logging using an ihttpmodule as shown here and write it to a file. At least
    that way you dont interfere with any othe log files, or the event logs.
    http://www.codeproject.com/KB/sharep...Centrally.aspx

    Of course the issue you have in a distributed server farm is that you have
    to gather the data from all WFE servers to ****yse it.

    Regards

    John Timney (MVP)
    http://www.johntimney.com
    http://www.johntimney.com/blog



    "Ramkumar S" <RamkumarS@discussions.microsoft.com> wrote in message
    news:7BC755A2-1FB4-4E98-A6E9-7471FA0F6C7F@microsoft.com...
    >I have MOSS site. I and I want to log the exception data in WFE server .
    > Which is the better place to log ? EventLog or flat file ?
    > Which is the best in peformance point of view an other aspects ? Can
    > anybody done performance bench mark and throw some light ?
    >
    > Thanks ain advance
    >
    > Regards,
    >
    > Ram




+ Reply to Thread