Here you have detailed installation instructions. The process may seem a bit long, but it's not difficult.
Files needed:
- SdkCerts.cab You need to install Windows Mobile SDK and you'll find this file under 'Windows Mobile 5.0 Pocket PC SDK\Tools'
- httpd.ARM.cab Download it at this link
- ManagementUtils.cab This a simple application to manage users. Download it at this page.
- MPSInstaller.cab This is the main application file. Download it at this page.
Scenario:You're supposed to have your mobile device connected to your PC during this process.
Installation instructions:1. Change some security policies in mobile phone. This will provide you the ability to install the .cab applications.
HKLM / Security / Policies / Policies
00001001 = 1 (default: 2)
00001005 = 40 (default: 16)
2. Install sdkCert.cab file included in Windows Mobile 5.0 PocketPC SDK.
3. Install httpd.ARM.cab to install de web server.
4. Reset the device.
5. The web server is now running. Install ManagmentUtils.cab, which includes WebAdmin and UserManager applications.
* WebAdmin: this application is used to manage users, permissions, authentication level, confidentiality, virtual paths, etc.
* UserManager: it is an .exe application to create and delete users.
6. Reset the device.
7. UserManager.exe is now located in Program Files\ManagementUtils.
8. Install the MPSInstaller.cab file. MPSInstaller.cab download is available here.
9. Reset the device.
10. User authentication is enabled by default, so after installing this file, you have to create a user with UserManager.exe to use MobileWebServer. Otherwise, server will deny the access to the modules. UserManager requires .NET Compact Framework 2.0, so if we not have installed it yet, we will have to download it and to install it in the device.
10. Now, we have got two files in root's device directory, MPS_config.xml and MPS_users.xml. We should set music, pictures and videos paths in MPS_config.xml, while MPS_users.xml is necessary to establish which users will grant access to some resources in MobileWebServer.