I was wondering if I can do async requests in asp.net mvc versio开发者_C百科n 1.0 app?
I saw couple examples online for mvc 2, but when i tried to create async controller in mvc 1, i had an error.
So is it possible, or, maybe there are some libraries for that such as MVCCOntrib?
I can't use MVC 2.
did you try with this? According to the .docx in there, "The AsyncController is an experimental class...".
Good luck!
EDIT: Experimental at that time, asynchronous controllers are integrated into ASP.NET MVC 2.
精彩评论