I create event logs for asp.net projects error logging. I do it by adding a key in regedit, and then a sub-key.
Sometimes, I create a new key and sub-key, and instead of getting a new, empty event log, I see in the event viewer that it’s showing me the logs from a different project. I’m not able to find a pattern as to when this happens.
Has anyone encountered such a problem? Am I doing something wrong?
I create event logs for asp.net projects error logging. I do it by adding
Share
It seems that the problem was that we had already created an event log with that name, and even though we deleted it, it didn’t help. The solution was to create an event log with a different name.