Windows Application Event Log
The E-Commerce pages can log-into the Windows Application Event Log. The
value for
VerbosityLevel determines the amount of logging that is done. See
Application settings for complete information about the
VerbosityLevel setting.In order to get logging to occur, perform the following on the computer where the web pages are installed and running:
1. Run Regedt32.exe (important: this is different from Regedit.exe), which is
located in C:\WINDOWS\system32. This launches the Registry Editor.
2. Navigate to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet >
Services > Eventlog.
3. Right-click on the EventLog key and select Permissions.
4. Click the Add button, enter aspnet into the Enter the object names to select text box area of the Select Users or Groups dialog and click the Check Names button.
5. If the Name Not Found window appears, click the Locations button and select the computer name where the pages are installed from that dialog.
6. When you return to the Select Users or Groups dialog, click OK and you are returned to the Permissions for Eventlog dialog where you see the ASP.NET Machine Account added to the group or usernames list.
7. Select the Full Control check box for the ASP.NET Machine Account and click OK.
8. You need to reboot the computer in order for the changes to take effect.