G
Guest
Hi trying to write to the windows event log with a asp.net web app and am
getting the error
System.ComponentModel.Win32Exception: Access is denied
I am using forms authentication, checking username and password with tables
in a database.
<authentication mode="Forms" />
The event log newlog has already been created, but when I try to clear it I
get the
error.
Dim Eventlog As New System.Diagnostics.EventLog
Eventlog.Log = "newlog"
Eventlog.Source = "newlog"
Eventlog.Clear()
any suggestions?
Paul G
Software engineer.
getting the error
System.ComponentModel.Win32Exception: Access is denied
I am using forms authentication, checking username and password with tables
in a database.
<authentication mode="Forms" />
The event log newlog has already been created, but when I try to clear it I
get the
error.
Dim Eventlog As New System.Diagnostics.EventLog
Eventlog.Log = "newlog"
Eventlog.Source = "newlog"
Eventlog.Clear()
any suggestions?
Paul G
Software engineer.