for some reasones we open impersonate option in web.config. Everything is fine, but only problem obsesses me that is the following error occurs while using tracesoure to write eventlog:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.EventLogInternal.InternalWriteEvent(UInt32 eventID, UInt16 category, EventLogEntryType type, String[] strings, Byte[] rawData, String currentMachineName) at System.Diagnostics.EventLogInternal.WriteEvent(EventInstance instance, Byte[] data, Object[] values) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
Anyone give me some suggestion on this? Thanks in advance.