when i click sign up it gives an error
EventLog.CreateEventSource("SinavProg.COM", "Application"); EventLog.WriteEntry("SinavProg.COM", message, entryType)
Win32Exception (0x80004005): Access is denied]
[InvalidOperationException: Cannot open log for source {0}. You may not have write access.]
System.Diagnostics.EventLog.OpenForWrite() +367
System.Diagnostics.EventLog.WriteEvent(Int32 eventID, Int16 category, EventLogEntryType type, String[] strings, Byte[] rawData) +280
System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +463
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) +68
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category) +21
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID) +15
System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type) +11
Bitirme.SinavProg.Web.SinavProgPage.LogEvent(Strin g message, EventLogEntryType entryType) in c:\inetpub\wwwroot\SinavProg\SinavProgPage.cs:33
Bitirme.SinavProg.Web.SinavProgPage.SinavProgPage_ Error(Object sender, EventArgs e) in c:\inetpub\wwwroot\SinavProg\SinavProgPage.cs:54
System.Web.UI.TemplateControl.OnError(EventArgs e)
System.Web.UI.Page.HandleError(Exception e)
System.Web.UI.Page.ProcessRequestMain()
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +87
|