Thanks for responding. I'll give you an update.
The exe file I'm trying to execute is an LDAP client tool for IBM directory server 4.1. There are a bunch of dll's that need to be available for the tool to use, in the same folder as the exe, for it all to work.
I have since used cacls on the exe file and given IUSR_<computername> read/execute privs on it. What happens now is when the ASP script attempts to run the file, I get a popup error on the server that the exe is complaining it can't find one of it's dll's, and it cites that the dll wasn't found in any of the paths in the system Path variable. Thing is, the correct path is listed in that variable, and you can even see it in the error msg!
Should I give more permissions to the IUSR account to the exe's parent folder and other dll files?
Any ideas?
|