Question “How can I deploy the WebTier to IIS6?” Deploying the WebTier to IIS6 The following is a supplement to the Server Edition Developer’s Guide, installed to …RBServer\Developer’s Guide\RBServer.pdf. IIS 6 security is tighter than prior versions of IIS. By default ISAPI modules are /not/ permited to run. Use the following steps to configure IIS Full Article…
Search the Wiki
Viewing 34 to 36 of 408 items
How To…Deploy to ASP.NET
Question “How can I deploy the WebTier to ASP.NET?” Solution This solution has two parts. Use Delphi to build the RB WebTier into a COM object. Use ASP.NET to build a report.aspx page that calls the RB WebTier COM object. Any version of ASP.NET can be used. Download: AspDotNetWebTier.zip WebTier COM Server Use Delphi to Full Article…
How To…Deploy to Apache
Question “How can I deploy the WebTier to Apache?” Deploying the WebTier on Apache The following is a supplement to the Server Edition Developer’s Guide, installed to …RBServer\Developer’s Guide\RBServer.pdf. This document provides a step-by-step tutorial which shows how to implement the web tier as part of an Apache Shared Module. The web tier acts as Full Article…