Hi I've got an app that runs a long running process on the command line.
Is there a recommended or good way to stream the output messages asynchonously to a web form so there's some indication of progress? A bit like TeamCity does for build scripts.
Should I be polling a webservice? Using the OutputDataReceived event? Turning off buffering?