Hi,
I try develop web-server, based on "\Examples\RTC_WebServer".
Easy ISAPI modules created in Delphi is work fine in your exsamle, but I have problem with ISAPI Extensions Provider + UniGUI Application as ISAPI DLL.
Module unigui_web.dll must sende in browser some files html, css, js, jpg and other, but files possibly no transmitted, I think.
I checked Event Handler ISAPI_Provider.ProviderCheckRequest.
It has been called for every files of scripts, graphics and other in start page, but browser window is freeze in string "Loading..."
Please tell me Where should I look for a problem with loading UniGUI ISAPI DLL?
My Test UniGUI ISAPI DLL is Here:
https://yadi.sk/d/4NnyC8MVLSeZBAPS. In IIS and Apache + mod_isapi it's work normal
Thanks, advance...