Bruno Silva
Bruno Silva
How can I use TWebContext within a CustomLogger to obtain Customer data in an ISAPI application? I tried to use a TWebContext Helper, but I don't have access to uWebModule....
In some tests I noticed a high increase in RAM memory, where it goes up and down to a certain "minimum limit" this minimum limit increases with the amount of...
I'm creating a controller with some information and redirections that are as "root". However, the DMVC response is always 404. Sample: ``` [MVCPath('/')] TAboutController = class(TMVCController) public [MVCPath('/')] [MVCHTTPMethod([httpGET])] procedure...