On Windows 7 Professional IIS, I have a classic ASP webpage calling a DLL file.
This DLL creates a batch file successfully and then tries to run the batch file that was just created.
The batch file runs successfully if the Application Pool Identity is set to "Local System",
But fails if the Application Pool Identity is set to "Network Service".
I gave full permissions to "Network Service" to all components I think are involved, but still fails running.
I understand "Local System" is a security loophole, but not sure what to do to get this working.