Creating an iPad website
The Meridian Enterprise Server website provides an optimized experience for iPad users. The website requires forms style authentication and Secure Sockets Layer (SSL), which is different than the authentication used for PC web browsers. Therefore, you must create a duplicate Meridian Enterprise Server website configured for and dedicated to the iPad users.
Notes
- iPad users will each require a permanent BC Read-Only Explorer Client License as described in the BlueCielo Meridian Enterprise Server Administrator's Guide.
- You will need a certificate from a known certificate authority in order to configure SSL.
To create an iPad website:
- On the Meridian Enterprise Server webserver, in Windows Explorer, make a complete copy the Meridian Enterprise Server website folder (by default, C:\inetpub\wwwroot\BCEnterprise) to a new folder C:\inetpub\wwwroot\BCExplorerTouch. The folder name must be BCExplorerTouch.
- In Internet Information Services Manager:
- Add a new application, specify the path to the copied folder, and select the same application pool as used by the BCEnterprise website.
- Disable Windows Authentication.
- Enable Anonymous Authentication and Forms Authentication.
- Bind HTTPS to the website with a valid SSL certificate. For more information, see the operating system documentation.
- In the root of the iPad website, open the web.config file in any text editor and follow the instructions in the comments to change the authentication mode element from Windows (make a comment) to Forms (uncomment).
- In Meridian Enterprise Server Configurator:
- Configure the forms authentication options as described in the BlueCielo Meridian Enterprise Server Administrator's Guide.
- Configure the forms authentication options for the appropriate groups (we recommend a dedicated group) or users as described in the BlueCielo Meridian Enterprise Server Administrator's Guide.
- Select only one repository view for use by the iPad website as described in the BlueCielo Meridian Enterprise Server Administrator's Guide.
- Deploy the changed view as described in the BlueCielo Meridian Enterprise Server Administrator's Guide.
- On the Meridian Enterprise Server web server, restart Internet Information Services or restart the application pool used by the website. A restart will also be required after any future view configuration changes.