Dear Sam, Thanks for your quick reply. First i want know how to create web application through ISAPI. I think i can create ISAPI application through itraweb.If i will use intraweb.There is no seperate appache web server intraweb i want use them web server.If its possible i can use ISAPI how can i use our own appache web server.Same like php or java j2EE web application.Advance thanks to all. Thanks & Regards Siva
--- On Tue, 1/9/09, samsoftus <[email protected]> wrote: From: samsoftus <[email protected]> Subject: [delphi-en] Re: Reg Web Application With Delphi 7 and Apache 2.2 To: [email protected] Date: Tuesday, 1 September, 2009, 11:58 PM If your app is a typical single-tier client-server application, you will be able to use most of the code and forms in an ISAPI application, using a TWebConnection. (ISAPI 2.0 is an international standard supported by Apache.) And you will be able to use Apache and any MDAC-connected database you like. However, you will have to separate your application into an app server and app client. If you have never done this, the task can be difficult first.. If you'd think you'd like to go this way, I suggest creating a DCOM client version during development, since the client and app server will be able to talk to each other seamlessly on the same PC or even across their common domain. After you get your DCOM app working, it's a very simple matter to replace your DCOM component with a TWebConnection component. Of course, you'll have to have a remote PC outside your domain to test this, but this can be postponed until you are ready to test it on the web. If you are interested, email cinemi...@comcast. com attention Sam. Cheers :-) --- In delphi...@yahoogrou ps.com, siva subramanian <sivasu...@. ..> wrote: > > Dear All, > I have knowledge in delphi 7 windows based application. I done some > windows based application project in delphi 7. > Now im trying to convert those windows based delphi 7 application to Web > based delphi 7 application. Is there anyway to convert windows application to > web based application. > Otherwise how to make web based application Delphi 7 with Apache 2.2 and Back > End PostgreSQL.If anybody have idea.Please help me how to do this.Advance > thanks to all. > Thanks & Regards > Siva > > > Find top restaurants in your city only on Yahoo! India Local http://in.local. > yahoo.com/ > > [Non-text portions of this message have been removed] > See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/ [Non-text portions of this message have been removed]

