Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
System.Diagnostics.
EventLog _eventLog = new System.Diagnostics.EventLog("Application", ".", "EPiServer Scheduler");
_eventLog.WriteEntry(
"Installed OK");
_eventLog.Dispose();
and run it once as an administrator.
Then everything should be just fine. To check that, in the event viewer, under the application you should find a new entry with the newely created source and the description "Installed OK".
Also see http://support.microsoft.com/kb/329291
Regards Per
Server Error in '/' Application.
. But if I refresh the browser the error is gone. It says the following:System.Security.SecurityException: Requested registry access is not allowed
Why is episerver trying to write to the Registry? And why does it fail? Could it be the user IUSR_servername that doesn't have enough privilegies to perform this operation? Does anybody have any ideas?