We are running an ISAPI web application in IIS6 windows 2003 server. The
websiteâ??s home directory is pointing to a share folder of another server.
Both servers have local accounts â??â??optaweb1wsâ??. Which belong to local
â??usersâ?? group. The web site connects the share folder using this account.

The problem is errors of the ISAPI application are not logging to the Event
log(Application log), but it logs in if it is running in a IIS5 windows 2000
server.

If add â??optaweb1wsâ?? to location administrators group of the IIS6 windows
2003 server as local administrator. It starts logging.
Or
If I copy the home directory to the local hard drive, it starts logging too.

My question is whether I can get the IIS6 ISAPI application logs to the
application log without grant the â??optaweb1wsâ?? account as a local
administrator or move the network share to local hard drive?