Creating a root folder for the application
After the server software is installed, create a root folder for your web application on the computer running the web server. Make sure the folder is published by the web server—in other words, the web server can serve any file in this folder or in any of its subfolders in response to an HTTP request from a web browser. For example, on a computer running PWS or IIS, any file in the Inetpub\wwwroot folder or in any of its subfolders can be served to a web browser.
Specifying where dynamic pages can be processed After defining the remote folder in , specify a folder where dynamic pages can be processed. uses this folder to generate dynamic content and connect to databases while you work.
Note: The root folder can be local or remote, depending on where your web server is running.
The Testing Server dialog box appears. needs the services of a testing server to generate and display dynamic content while you work. The testing server can be your local computer, a development server, a staging server, or a production server. As long as it can process the kind of dynamic pages you plan to develop, the choice doesn’t matter.
1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 422