Web Server Setup

The Jade web applications framework currently supports the following web servers.

This section endeavors to explain how to set up IIS 7.0.

If you want to receive error messages from your Jade web service, make sure that your web server does not modify HTTP responses or returned errors.

The following example web server setup assumes the following.

Clicking on Internet Information Services under Services and Applications at the left shows you the display in the panes at the right. This will bring up the following window.

For the web server to work with Jade web applications, the following steps are required to be set up in IIS.

  1. Create an application pool

  2. Create a virtual directory

  3. Set up the Handler Mappings

  4. Set up ISAPI restrictions

For more details, see the following subsections.