Documentation Center

Defining the default identity

The <DefaultIdentity> is used to archive content for a default user profile for capturing an anonymous view of page. It only requires additional configuration if your Web site requires authentication, in which case you will need to specify an administrator Username and Password to ensure all pages are captured.

The following code is an example of the <DefaultIdentity>:

<DefaultIdentity Name="default" Username="admin" Password="tridion" Domain="">
  <HttpHeader Name="User-Agent" Value="Mozilla/5.0 (Windows; U; Windows NT
   5.2; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0"/>
</DefaultIdentity>