Answer
This process outlines the procedure to create an Archiver website, application pool and applications. This is most used when a SharePoint website is currently installed on the system, but can be used in other circumstances.
Creation of Application Pools
Note that the MailArchiver application pools might exist already. In this case there is no need to recreate them, but ensure to check that their settings match the ones described below.
- Go to Start > Administrative Tools > Internet Information Services (IIS) Manager (7)
- Go to Application Pools
- Select Add > Application pool and ensure the following fields are set to these values:
- Name: MailArchiverPool
- .NET Framework version: v4.0
- Managed pipeline mode: Integrated
- Select Add > Application pool again and ensure the following fields are set to these values:
- Name: MailArchiverServicesPool
- .NET Framework version: v4.0
- Managed pipeline mode: Integrated
- Change the following values from default to the below settings. Right click the pool name then select Advanced Settings:
- Queue Length: 4000
- Limit Interval (minutes): 0
- Process Model - Identity: Network Service
- Idle Time-Out (minutes): 0
- Right click on each new application pool then select Recycling...:
- Disable all settings on the first page
- Disable all settings on the second page
Creation of Website (GFI Archiver)
- Go to Sites, right click and select Add Website
- Enter the site name as MailArchiverSite, then select Application Pool > DefaultAppPool
- Enter the Physical Path as c:\inetpub\wwwroot
- Enter the Binding Type as http > IP Address: All Unassigned: Port: (any requested)
Add Application #1:
- Right click MailArchiverSite and select Add Application
- For Alias enter MailArchiver
- For Application pool select MailArchiverPool
- For the Physical path browse to ..\GFI\MailArchiver\ASPNET\UI
- Once created click on the new MailArchiver application on the list on the left hand side
- Go through the settings below and ensure that they are set to the listed values
- Authentication: Anonymous and Windows Authentication (but no others should be enabled)
Add Application #2:
- Right click MailArchiverSite and select Add Application
- For Alias enter MailArchiver_Services
- For Application pool select MailArchiverServicesPool
- For the Physical path browse to ..\GFI\MailArchiver\ASPNET\Services
- Once created click on the new GFI MailArchiver application on the list on the left hand side
- Go through the settings below and ensure that they are set to the listed values
- Authentication: Anonymous and Windows Authentication (but no others should be enabled)
- Default Document: Add an entry named "ManualArchiving.svc" and move it on the top of the list