Starting a Process in VB.NET ASP.NET runs forever
- by Nissan Fan
I'm trying to Shell with a Wait or Process.Start() in VB.NET ASP.NET but it just runs forever. If I don't wait it runs fine and exits normally. What am I doing wrong?
ReadToEnd, WaitForExit do not work. I'd much prefer to avoid delegates if possible.