1.
http://livedocs.macromedia.com/dreamweaver/mx2004/getting_started_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Getting_Started&file=gs_14_q9.htm
After the server software is installed, create a root folder for your web application on the sy
stem running Microsoft PWS or 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 or PWS 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 (PHP).)
Popup | ||||
So I finally got around to installing Windows XP. Why the wait? 'Cause Windows 2000 did the job, and I'm not one to fix that which ain't broke. Personally, I'd still be using Windows 3.1 or DOS if not for all the incompatibility problems with everyone else. For some reason, I have to be like everyone else since they won't be like me. And since I'm really a "website guy" rather than a "server guy," I prefer to spend my time designing and programming, rather than peering into new operating system and setup issues.
Anyway, I set things up, installed IIS and the latest ColdFusion MX, and immediately discovered "problems" with things like "127.0.0.1/mywebsite". First, there's no "Personal Web Manager" (PWM) as part of the XP thing, so instead of using PWM to set up an alias, I did this:
On the website folder, right-click to "properties", select the "Web Sharing" tab, activate web sharing and enter the desired name (alias).
Past experience suggested that things should now work. But they didn't. Instead, "127.0.0.1/mywebsite" got me a little pop-up asking for my username and password. This little pop-up was very persistent and wouldn't go away. After a bunch more twiddling and geeking, I discovered 2 more steps that solved the problem
Go to: Start > control panel > administrative tools. Then
Experience suggests that different installs behave differently; however, this was the most complicated of the various installs. (Other installs require a subset of the above.) In addition, WHERE you put "mywebsite" on your system affects the hoops through which you must jump. For example, putting "mywebsite" in C:\InetPub\wwwRoot\" can makes things simpler than if "mywebsite" is on your desktop.