I have a small asp.net MVC 1 web app that can store files and create directories in the App_Data directory. When the write operation succeeds, I add a message to the tempdata and do a redirectToRoute.
I understand that TempData is designed to work only between a single page request. But I think have a situation I think breaks the intended functionality.