MvcMailer の SendAsync メソッドを使用してコントローラーで非同期メールを送信したい場合、次のエラーが発生します。
System.InvalidOperationException
An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>.
私はMVC4を使用しています。
このエラーの原因は何ですか?