Unofficial Content
  • This documentation is valid for:

Determines how the HttpHandlers are mapped.

Values

HttpHandler for each object Creates one entry per object in the web.config file. This is the default value.
HttpHandlerFactory Creates only one entry in the web.config file.
ASHX Files Doesn’t use the web.config file.

Description

With the “HttpHandler for each object” value, the generated programs are faster in execution but the first load is slower.
With the “HttpHandlerFactory” value,  the generated programs are slower in each call but faster than the first load.
“ASHX files” generate one ashx file per object, and doesn’t use the web.config file.

Scope

Languages: .NET

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant