C
christian13467
Hi,
I'm using ASP.Net 2.0 with IIS 6.0 on windows server 2003 sp1. Calling
a commandline program or a cmd file using Process.Start inside a
webservice method. The call to Process.Start returns once after
restarting the iis. A second call to my webservice method never
returns.
I found some post wich where fixed checking access rights. I added
ASPNET to administrators group with no success.
My question is why the call hangs second time?
Any idea,
Christian
I'm using ASP.Net 2.0 with IIS 6.0 on windows server 2003 sp1. Calling
a commandline program or a cmd file using Process.Start inside a
webservice method. The call to Process.Start returns once after
restarting the iis. A second call to my webservice method never
returns.
I found some post wich where fixed checking access rights. I added
ASPNET to administrators group with no success.
My question is why the call hangs second time?
Any idea,
Christian