By default, the Meridian Explorer web application is configured with the Integrated Windows authentication option enabled. This allows you to use Windows user accounts and groups to configure the security of the application. The Meridian Explorer clients will connect to the repository using the security account of the Internet Information Services (IIS) application pool. By default, Meridian Explorer will use the BCEnterprise application pool, which runs under the Network Service account.
Notes
Note If a .NET Framework 2.0 application pool will be used instead of the BCEnterprise application pool created by the setup program, internal server errors can occur when the Meridian Explorer home page is loaded. These can be prevented by removing the following line from the application's web.config file.
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
If SQL Server authentication is selected for the repository database connection, a dedicated application pool may not be necessary.
If Windows authentication is selected for the repository database connection, we recommend that you create a dedicated application pool that will run under a domain account with the rights described in Security requirements.
To configure the application pool account:
Type an account name in User name and type the account password in Password and Confirm Password.
Note This account must be a domain administrator and the BCEnterprise site must connect with the Application user (pass-through authentication) option enabled.
After changing the account, contact your database administrator to grant the account access to the Meridian Explorer configuration and Meridian Explorer repository databases.
Related concepts
Related tasks
Creating links on the home page
Creating a Meridian Explorer repository
Configuring a Meridian Explorer repository
Related information