C
c676228
Hi all,
I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003
set Executor = Server.CreateObject("ASPExec.Execute")
Executor.Application = sDosCmd
sResult=Executor.ExecuteDosApp
the sResult actually give "ERROR: Could not create process"
I remember I have seen somebody posted on the internet that I need to set up
a web anonymouse account permission for aspexec.dll. but don't remember how.
Can someone out there help me out here?
Thank you
I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003
set Executor = Server.CreateObject("ASPExec.Execute")
Executor.Application = sDosCmd
sResult=Executor.ExecuteDosApp
the sResult actually give "ERROR: Could not create process"
I remember I have seen somebody posted on the internet that I need to set up
a web anonymouse account permission for aspexec.dll. but don't remember how.
Can someone out there help me out here?
Thank you