Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App on cd, intranet, internet
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00703232
Message ID:
00704347
Views:
12
Thanks. I will download the WWC and look at the reader. I've read lots of articles about implementing VFP on the internet but still am fuzzy as to what the web hosting service will need to load on their server to allow a VFP app to run as a back-end. My web hosting service will consider running a VFP site but needs to know exactly what they have to load for it to run correctly. Any help here?

As far as the coding goes, it looks like I can create a proxy com server that will be loaded once and then have the actual prgs/fxps on the server so they are available for updating without bringing the whole site down. The code would be in VFP and ASP and create HTML pages to send down to the web browser. For the cd implementation, much of the coding could stay the same except for the ASP side that handles the UI on the web. This would be replaced by VFP forms. Am I on the right track?

Any special security considerations or tricks with keeping this in VFP?

Thanks once again for your wealth of knowledge <g>!

Sal



>>This is a certification prep application where users will take the sample tests online, on an intranet or on cd. On the web it will involve logins, creditcard payment, password creation/distribution, users answering test questions, tracking scores, associated app where content authors can collaborate online to create the questions, amongst other things.
>>
>>Initially we want to run it in a virtual hosting environment to see how popular it will be before investing in a dedicated server. Each of the 26 certification prep tests is only approx. 4 Meg of data. I have to find a VFP-friendly web hosting site and since this is my first VFP web app, must make sure I have them load all that needs to be loaded. I have just started reading your book. Can you point me in the direction of the areas to pay specific attention to in regards to a virtual environment where I won't have full control of the whole server? From my readings, I don't see that XML will be involved since it seems that will be most useful for fat clients, is that right? Do you run your site on VFP or SQL-Server? Can you give me the name of a good VFP site out there that would be helpful to look at?
>
>XML didn't make it into the book because it was really a little before XML's time. The parsers where just coming out and tools that used it were barely coming into existance. I use XML for a lot of things, but you're right most important for distributed apps where data and only data is sent over the wire.
>
>You're looking at sending HTML over the wire or building HTML UIs that can be used in several places and the key to that is to build your UI to generate mostly HTML for output.
>
>A good example of an app that runs this way is the West Wind Message Reader. It uses a Web interface for browsers and desktop app for offline operation. Both use the same display interface with the input user interface specific to the applications. You might want to download Web Connection and install the reader just to get a feel and compare Web and desktop versions and see how each handles the environment.
>
>On my site everything runs Fox code and tables. Sql Server runs mainly for demos. Main reason is that other than the Web store there's no critical data on the site and for the type of apps I'm running VFP data performance considerably faster than SQL server (like the message board - SQL Server sucks at embedded string searches).
>
>There's good reasons to use SQL Server in Web apps, but my site is not one that needs it...
Previous
Reply
Map
View

Click here to load this message in the networking platform