Posted on: 12/27/2013 5:51:51 PM | Views : 999

 private void button1_Click(object sender, EventArgs e)         {             System.Diagnostics.EventLog.CreateEventSource("mywebsite", "websiterrors");         }
I am just a newbie,so need some help here,i was trying to create a new log named websiterrors ,but i am getting an error,
The source was not found, but some or all event logs could not be searched.  To create the source, you need permission to read all event logs to make sure that the new source name is unique.  Inaccessible logs: Security.

Go to the complete details ...