EAUpload provides a possibility to write information of occurred exceptions in System EventLog. If you want to use this functionality specify WriteToSystemEventLog parameter of EAUpload configuration as true and follow the described below instructions.
By default, the user token of the ASP.NET worker process is ASPNET (or NetworkService for applications that run on Internet Information Services [IIS] 6.0). This account should have the correct user rights to create an event source.
Create an event source under the Application event log in Registry Editor. To do this, follow these steps:
- Click Start, and then click Run.
- In the Open text box, type regedit.
- Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application
- Right-click the Application subkey, point to New, and then click Key.
- Type EasyAlgo.EAUpload for the key name.
- Right-click the EasyAlgo.EAUpload key, point to New, and then click String Value.
- Type EventMessageFile for the name of the string value.
- Right-click the EventMessageFile value, and then click Modify
- Type C:\Windows\Microsoft.NET\Framework\v1.1.4322\EventLogMessages.dll for the value data. Replace [C:\Windows] with your Windows system folder and [v1.1.4322] with your current .NET Framework version.
- Close Registry Editor.
