Duplicate:
After reading good reviews and blog posts of ASP.NET MVC, I decided to follow the hype and used it in a web based business application project. However, I now felt it is probably not the best technology for this type of application.
Typical business applications consists hundreds of fields and controls. I ended up having to emulate ViewState and persist form field values myself and resulted in ugly data conversion code everywhere.
I was wondering what are the other bad use cases for ASP.NET MVC?
