ICS has a web application server component which allows you to build dynamic web page very easily. Delphi code for each web page is encapsulated in a TUrlHandler class and compiled into your application, making a standalone webserver application.
In the article, we will create a TUrlHandler class which will read a DWScript script from disc and execute it. The script is responsible for build a
↧