Developer Documentation Library > Mobile SDK > Disconnected mobile application requirements, installation, and configuration > Installation and configuration
 
Installation and configuration
The following steps detail the process of installing and configuring the Mobile Synchronization Web Service.
Getting started
Run UNICOMIntelligenceMobileSDK7.0.1.exe to install the Mobile Synchronization Web Service.
Creating a new application pool
In Microsoft IIS Manager, create a new Application Pool for use with the Mobile Synchronization Web Service.
1 Select Application Pools in the tree view and click Add Application Pool.
2 Name the application pool, set the .Net Framework version to Net Framework v4.0.30319, and set the Managed pipeline mode to Integrated.
3 Right-click the newly created Application Pool and select Advanced Settings.
4 In the Process Model section, select the Identity ellipsis "…" control. The Application Pool Identity dialog opens.
5 On the Application Pool Identity dialog, click Custom account, and then click Set.
When the Mobile SDK is installed on UNICOM Intelligence servers, you must use the anonymous user credentials that were specified during the UNICOM Intelligence Server installation. When the Mobile SDK is installed on UNICOM Intelligence Interviewer - Offline for Windows, use the user credentials for the user who installed Interviewer. The user must be a member of the Administrators group.
6 In Microsoft IIS Manager, navigate to Sites > Default Web Site > SPSSMR. Right‑click the MobileSync directory, and then click Convert to Application.
Click Select to specify the Application Pool that you created in step 2.
Open the Authentication page, and then clear everything on the page except Anonymous Authentication.
7 Replace the IP address in the SyncWebServiceV2 URL with localhost, or the correct name in the Mobile Synchronization Web Service web.config, at: <wwwroot>\SPSSMR\MobileSync. For example:
<client>
<endpoint
  address="http://localhost/SPSSMR/SyncWebServiceV2/Service.svc"
  binding="basicHttpBinding" bindingConfiguration="basic"
  contract="SyncServiceV2.ISyncService"
  name="basic" />
</client>
See also
Disconnected mobile application requirements, installation, and configuration