Re: Inability to use EventLogAppender with ASPNET

2005-10-12 Thread Ron Grabowski
m_applicationName = System.Threading.Thread.GetDomain().FriendlyName; I don't believe this is documented anywhere. --- Matthew Brown <[EMAIL PROTECTED]> wrote: > What event source is used by default if no ApplicationName is > supplied? > > On 10/12/05, Billy Barnum <[EMAIL PROTECTED]> wrote: >

Re: Inability to use EventLogAppender with ASPNET

2005-10-12 Thread Matthew Brown
What event source is used by default if no ApplicationName is supplied? On 10/12/05, Billy Barnum <[EMAIL PROTECTED]> wrote: > I agree, should be added to FAQ. There's a MS artcicle here: > http://support.microsoft.com/default.aspx?scid=kb;en-us;329291. > > But you don't NEED to hack the registry.

RE: Inability to use EventLogAppender with ASPNET

2005-10-12 Thread Billy Barnum
I agree, should be added to FAQ. There's a MS artcicle here: http://support.microsoft.com/default.aspx?scid=kb;en-us;329291. But you don't NEED to hack the registry. If it's a problem for you, just remove the LogName and ApplicationName elements from your corn-fig file and you should run out-of-t

Re: Inability to use EventLogAppender with ASPNET

2005-10-12 Thread Matthew Brown
Adding permission explicitly to the EventLog key (and all subkeys) seems to have done the trick. Maybe this should be added to the FAQ... :) On 10/11/05, Hollywood <[EMAIL PROTECTED]> wrote: > I've been running into this lately. One of the items is to make sure your > have permissions to the eve