Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
18647 Points
2647 Posts
Apr 19, 2012 06:34 PM|LINK
You should really consider using the asynccontroller instead of just controller. It was built for this kind of scenario. http://msdn.microsoft.com/en-us/library/system.web.mvc.asynccontroller.aspx
Check out this blog post for more info: http://www.aaronstannard.com/post/2011/01/06/asynchonrous-controllers-ASPNET-mvc.aspx
CodeHobo
All-Star
18647 Points
2647 Posts
Re: UnobserverTaskException with async controller
Apr 19, 2012 06:34 PM|LINK
You should really consider using the asynccontroller instead of just controller. It was built for this kind of scenario.
http://msdn.microsoft.com/en-us/library/system.web.mvc.asynccontroller.aspx
Check out this blog post for more info:
http://www.aaronstannard.com/post/2011/01/06/asynchonrous-controllers-ASPNET-mvc.aspx
Blog | Twitter : @Hattan