Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Can a synchronous ASP.NET MVC controller method call async functions safely?

We're getting a crash when calling an async method from an ASP.NET MVP non-async controller method. It looks like the thread wraps up when the controller method returns, but the async method isn't finished yet.

Can anyone confirm that it is not possible to safely call an async method from a synchronous ASP.NET MVC controller method? It looks like this is the case but I haven't found explicit documentation, so I can't rule out that we're not making some other mistake.

Comments