Skip to content

Compatibility: Changes to HttpApplication Global.asax

Michael Ketting edited this page Feb 1, 2023 · 1 revision

CoreForms uses ASP.NET Core for hosting and startup of the application. Code in the HttpApplication / Global.asax related to application-wide behavior (e.g. Authentication) must be updated when porting an ASP.NET application to CoreForms if the existing implementation is either not compatible with ASP.NET Core or ASP.NET Core-native endpoints should also be integrated into the application.

Clone this wiki locally