After the server software is installed, create a root folder for your web application on the system running Microsoft IIS, and make sure the folder has the necessary permissions.
NOTE |
|
Write down this folder name for later use. When you type it later, be sure to use exactly the same capitalization that you used when you created it. |
A good place to create the folder is in C:\Inetpub\wwwroot\. By default, your IIS web server is set up to serve pages from the Inetpub\wwwroot folder. The web server will serve any page in this folder or in any of its subfolders in response to an HTTP request from a web browser.
The web server is now configured to serve web pages in your root folder in response to HTTP requests from web browsers.
After configuring your system, you must define a Dreamweaver site. (See Defining a Dreamweaver site (ASP.NET).)