I have partial actions that I perform using the Asp.Net Futures RenderAction method. Some of them perform redirects after processing forms in them.
Now that I upgraded to Asp.Net MVC 2 RC, he gave me the error message "No child actions allowed to perform redirection actions."
I checked the source code and I found a line that throws an exception. To get around this, I can create a custom RedirectResult, but before I do this, I want to understand why the infrastructure does not allow this in the first place. There must be a good reason, and maybe I shouldn't do that either.
Does anyone know the reason for this limitation?
thank
theory asp.net-mvc asp.net-mvc-2
Sruly Jan 13 '10 at 12:04
source share