"Amit Pardeshi" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:43C53263-5D7B-4D54-AFBF-98768AC10A4E@microsoft.com...
> Hi All,
>
> I used WMI script to run an exe file from my ASP page. My problem is that
exe file can not execute but loaded into server memory. When i open windows
task manager my exe file exists there but not executed. Also when i try to
end process it was showing "Access is denied" error.
>
> So what other permissions require running this exe file. Or any one solve
this problem
If the file is in memory it shows *that* it has been executed.
It is more likely, that the EXE does UI , such as a messagebox or
windowsform that waits for input! You should now that IIS does not allow
applications or dlls to write to the console or to the screen.
--
compatible web farm Session replacement for Asp and Asp.Net
<a style='text-decoration: underline;' href="http://www.nieropwebconsult.nl/asp_session_manager.htm" target="_blank">http://www.nieropwebconsult.nl/asp_session_manager.htm</a>
> Thanks in advance
>
> Amit
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Running an exe file from ASP Page