When using the 0 or 1 webServicesLevel setting (generally not recommended for performance reasons), this setting allows you to implement an alternative emulation page layout from the default, which is named default.aspx.
Example:
<add key="defPage" value="CustomPage.aspx"/>
The above will change to a page named CustomPage.aspx for the emulation frame.