Hi,
I just converted a my controller to asyncController in asp.net mvc 2. (ie: spliting action method About into AboutAsync and AboutCompleted). However, I am getting a resource not found error.
My route table has not change and the only reason I can think of is because I am mvcextension project. Since it does it's own wiring of controllerFactory and creates instance from the IoC container, does it need to wire up the AsyncHttpHandler has well? Can anyone drop some hints?
thanks in advance.