After going back and forth between the examples and my app I just noticed something and I wonder which is which?
In the webhandler, My app uses ThisWebWorker.ProcessRequest(p_ReqString) in the process code
the examples use p_web.ProcessRequest(p_ReqString).
Chris