To create a new site:
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:
The default web site code is defined in eWeb's web.config file in the <defaultWebSiteCode> setting:
<configuration><appSettings><add key="defaultWebSiteCode" value="eweb"/> ...