eWeb Websites
Creating a Website
To create a new site:
- Select CMS from the module menu.
- Select Manage Websites group item link.
- Click on Add Website in the drop-down (you could also click the Create Web Site link on the overview page).
- Enter Site Information and select section(s) (Note: code must have no punctuation or spaces. Also, avoid quotation marks in the Description).
- Click on the Create button.
Editing Website Attributes
To edit website attributes:
- Click on the Edit button.
- Enter site attributes and save.
Web Folder
If your iWeb and eWeb implementations are on different servers, you must use this feature.
To specify a Web folder:
1. Click on the edit button in the design or classic view
2. Enter the absolute URL of the Web folder information in the web folder field
In addition to entering the web folder, in the default body tag attributes you should enter the location of the iwebfolder which will be referenced from within eWeb, for example:
Uses
The default website code is defined in eWeb's web.config file in the <defaultWebSiteCode> setting:
<configuration><appSettings><add key="defaultWebSiteCode" value="eweb"/> ...