I\'m using the AcceptVerbs method detailed in Scott Gu\'s Preview 5 blog post for dealing with form entries in ASP.NET MVC:
I think you do well to hesitate before using TempData. TempData is stored in the session and this may have implications for you if:
If your site needs to have high availability, then there are additional considerations around applying session state but these are all solvable problems.