Official Content

Determines how assemblies are mapped at runtime.

Values

ASHX files Doesn’t use the web.config file. This option is deprecated.
HttpHandler for each object Creates one entry per object in the web.config file. ASPX request is mapped here with the assembly GeneXus.Programs.object (bin\object.dll).
HttpHandlerFactory Creates only one entry in the web.config file. This is the default value.

Scope

Platforms: Web(.Net)

Description

With the “HttpHandler for each object” value, it is faster at runtime but slower in the initial loading. Besides, it allows having objects (*.aspx) not generated with GeneXus, while it is not possible with HttpHandlerFactory.

With the “HttpHandlerFactory” value, it is faster to prototype but slower in each call since the mapping is solved in each requirement. This option may send poorly descriptive error messages, which makes prototyping more difficult. The generated programs are slower in each call but faster in the first load.

“ASHX files” generates one ASHX file per object, and doesn’t use the web.config file.

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Rebuild All.

See Also

Compiler flags property
.Net Application namespace property

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