Home arrow Web Authoring arrow Page 14 - Dreamweaver MX 2004: Your Connection to the Internet
WEB AUTHORING

Dreamweaver MX 2004: Your Connection to the Internet


The way to become the best Web developer and Dreamweaver user you can be is to study as if you plan to become a professional, and that includes a review of the basics. This is chapter 1 from Dreamweaver MX 2004: A Beginner's Guide, by Tom Muck and Ray West (McGraw-Hill/Osborne, 2004, ISBN: 0-07-222996-9).

Author Info:
By: McGraw-Hill/Osborne
Rating: 5 stars5 stars5 stars5 stars5 stars / 12
July 19, 2004
TABLE OF CONTENTS:
  1. · Dreamweaver MX 2004: Your Connection to the Internet
  2. · File Transfer Protocol and the World Wide Web
  3. · TCP/IP
  4. · Hypertext Transfer Protocol
  5. · Hypertext Markup Language (HTML)
  6. · Understand Data-Driven Web Application Components
  7. · Install Dreamweaver MX 2004
  8. · Web Servers
  9. · Choose Server Technologies
  10. · JavaServer Pages, PHP, and ColdFusion MX
  11. · Install and Configure Microsoft Internet Information Services
  12. · Installing and Using Internet Information Services
  13. · Understand the Components of an IIS Installation
  14. · The Default Web Site
  15. · The Default SMTP Server
  16. · What to Take Away from this Module

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Dreamweaver MX 2004: Your Connection to the Internet - The Default Web Site
(Page 14 of 16 )

As with the ftproot directory in the FTP site setup, your server has a wwwroot folder that can serve as a default Web site. Any sites that you publish to this directory are available by browsing to http://machine_name/ or this server’s default IP address if you’re browsing from a local area network (LAN), or to http://localhost/ or http://127.0.0.1/ if the browser is actually on the server machine. Once you upload your pages using the FTP site defined earlier, you can view them using this default Web site.

NOTE  In addition to managing your IIS installation from the server itself, IIS allows you toperform many administrative tasks remotely over the Internet. See the IIS documentationfor help setting up this capability.

As with the FTP site, you are going to want to change a few things in the default setup. Right-click the default Web site in the Internet Information Services section of the Computer Manager and select Properties. The window shown in Figure 1-9 will be displayed.

FTP Site Properties

Figure 1-9  The Default Web Site Properties window

Just as with the FTP site properties, you can change the description and IP address if you like, but this is not necessary. Likewise, you can change the default directory (see Figure 1-10) if you like, but leave the options checked until you learn more about the ramifications of changing these settings.

Home directory tab of the default web site properties window

Figure 1-10  The Home Directory tab of the Default Web
Site Properties window

The information presented on the Documents tab (shown in Figure 1-11) is important to consider.

Documents tab

Figure 1-11  The Documents tab of the Default Web Site
Properties window

The page names listed here are the documents that IIS will consider as valid default pages for your site. Whenever you visit a site by typing just the domain name, such as www.dwteam.com, you are actually leaving off an important part of your request: which page from that site you want to see. IIS makes an assumption in this case based on the information in this tab. Starting from the top, IIS looks for pages that match these names, and when it comes to one, that is the page displayed by default for that directory. If a matching page is not found, and directory browsing has not been enabled, the user will get a permissions error stating he or she is not allowed to see information from the directory.

By default, IIS will look for three pages to exist in your Web site directory: Default.htm, Default.asp, and iisstart.asp. Look at the listing of the default Web site structure that was created when IIS was installed, as shown in Figure 1-12.

IIS's default Web site structure

Figure 1-12  IIS's default Web site structure

You will notice that only one of these pages is present, iisstart.asp. If you try to connect to your Web site without making any modifications by entering localhost or 127.0.0.1 in a browser, the iisstart.asp page will be fired and you will see the pages shown in Figure 1-13.

The default pages displayed by IIS

Figure 1-13  The default pages displayed by IIS

You can change these default documents to whatever you like. Regardless of what you choose, however, remove the iisstart.asp document from the list. You don’t want the default pages to display when connecting to your site. Some common selections are listed here:

  • Home.asp

  • Home.htm

  • Home.html

  • Index.asp

  • Index.htm

  • Index.html

  • Default.asp

  • Default.htm

  • Default.html

Note that you can add as many of these documents as you would like, but the more that your site has to search through to find the page it is supposed to display, the longer it will take to get around to displaying it.

This chapter is from Dreamweaver MX 2004: A Beginner's Guide, by Tom Muck and Ray West (McGraw-Hill/Osborne, 2004, ISBN: 0-07-222996-9). Check it out at your favorite bookstore today.

Buy this book now.


blog comments powered by Disqus
WEB AUTHORING ARTICLES

- Top WordPress Plugins for Social Media
- How to Install WordPress on WAMPP
- More of the Best Wordpress Plugins for Comme...
- Top Wordpress Plugins to Fight Spam
- More of the top Drupal modules for SEO
- Top Drupal Modules for SEO
- More Top Wordpress Plugins for SEO
- Website Optimization Tips
- Backup and Restore a Drupal Website and Data...
- 5 Best Web Font Services
- Web Font Embedding Services
- Joomla Site Administration
- Create PHP Pages that Use WordPress Templates
- Top Joomla Extensions for Social Networking
- Drupal Modules for Site Navigation

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials