|
Prev: problem with exporting to excel with IE 6 (and not with IE 7)
Next: AJAX User Control Event's not firing...
From: Ramkumar S on 4 Jul 2008 07:34 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
From: John Timney (MVP) on 4 Jul 2008 17:26
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/sharepoint/Handling_Error_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 analyse it. Regards John Timney (MVP) http://www.johntimney.com http://www.johntimney.com/blog "Ramkumar S" <RamkumarS(a)discussions.microsoft.com> wrote in message news:7BC755A2-1FB4-4E98-A6E9-7471FA0F6C7F(a)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 |