As of WorkflowGen version 7.19.0, all default.aspx
files are saved with the Page Async
property set to true
(e.g. <%@ Page Async="true" ... %>
). This allows asynchronous ASP.NET web form development.
See the Using Asynchronous Methods in ASP.NET 4.5 Microsoft article for more information.