AsyncController's async action blocks requests instead of returning immediately
问题 This is the first time that I am using AsyncController (MVC3) and I am having trouble understanding the asynchronous action. My task is to import moderate amount of data from Excel to SQL Server database, using Entity Framework. I thought this would qualify for an async operation and so I wrote a controller explicitly for that purpose. Here is the controller code with async Action public class CampDonorImportController : AsyncController { public void CampDonorImportAsync(string fileName, int