macleod1021
Programmer
I need some help with a file system issue. I have an ISAPI dll that reads files from the file system, processes them and sends the results back to IIS. I developed it on Windows XP and it works beautifully. The process takes 3-5 seconds on my workstation. I then booted my workstation up with Windows Server 2003 R2 and tested the process. It now takes 25-30 seconds.
I ran process monitor to find out what was going on and every time the dll reads a file there's an excessive amount of hits to Security and Security/Default registry keys. This takes about 3-5 seconds per file.
Is there a setting that I can change to get rid of this? I've already given the IUSR user full rights to the directory that it's reading. I've tried excluding the directories from virus scanning, and even uninstalled it for test with no joy. Any help or suggestions would be greatly appreciated.
I ran process monitor to find out what was going on and every time the dll reads a file there's an excessive amount of hits to Security and Security/Default registry keys. This takes about 3-5 seconds per file.
Is there a setting that I can change to get rid of this? I've already given the IUSR user full rights to the directory that it's reading. I've tried excluding the directories from virus scanning, and even uninstalled it for test with no joy. Any help or suggestions would be greatly appreciated.