Step By Step: Getting Started Creating a new Project

The step by step guide takes you through creating a new project and then creating several request handler methods that respond to Web requests. This guide is an introduction to some of the features of Web Connection and uses primarily FoxPro data language commands directly in code to access data and display it.

Online Sample Code

You can find the sample code for the completed projects at the following Github repository:

WebConnection-WebDemo on GitHub

You can clone this repository, or grab a Zip file of the completed project folder so you can grab the HTML templates to avoid typing all the HTML and code manually.

After you've worked through this guide we recommend you check out the Step By Step with the wwBusiness Object guide, which uses the wwBusiness object to handle data access. Besides using the business object and showing how to utilize a business object in a Web based application, it also shows a few more advanced techniques for generating HTML interfaces in your applications.

A Note on Web Servers

Web Connection works with three different Web servers, two of which are considered development Web servers:

  • Full IIS (used for production, optionally for dev)
  • IIS Express (dev only)
  • Web Connection Web Server (dev, optionally for production)

For local development we recommend you use either IIS Express or the Web Connection Web Server both of which require installation (instructions in the first topic).

Servers can be used interchangeably assuming they are installed and configured - it's easy to switch between them. Functionality between different server types is very, very close, but there can be very small differences. Always test your application on your final production server before taking it live.


© West Wind Technologies, 1996-2022 • Updated: 04/07/21
Comment or report problem with topic