Board index » cppbuilder » Linux Cbuilder Axtivex ASP IIS MIDL vbscript
john dumas
![]() CBuilder Developer |
john dumas
![]() CBuilder Developer |
Linux Cbuilder Axtivex ASP IIS MIDL vbscript2004-07-16 10:56:54 PM cppbuilder95 I have many functions writen into useable C builder 5 dlls. I tried ASP pages and got a few things to work. I would like to use my Cbuilder 5 dlls in ASP type pages. But ASP and ActiveX and MIDL and IIS just work in windows and explorer. What are more universal ways of making interactive web pages? In order to use my dlls: dlls ->MIDL ->Com/activex ->IIS ->ASP and then "only works in windows explorer?" |
Jean-Marie Babet
![]() CBuilder Developer |
2004-07-20 01:58:11 AM
Re:Linux Cbuilder Axtivex ASP IIS MIDL vbscript
Hello John,
QuoteWhat are more universal ways of making interactive web pages? alternatives to ASP - for example JSP, PHP, CGI, ZOPE, etc. These also provide for ways to plug in reusable chunks of code. For example, with JSP instead of using a client side ActiveX you would probably using an Applet; and if your page invoked a COM object on the server side [i.e. runat="server"] then you could use a java bean or a plain java class in your .JSP page. I would recommend doing a search for "Server-side Technology" on Google. Regards, Bruneau. |