There is no IIS for Windows CE. There is the Windows CE Web Server and FTP
Server. These are samples that ship with Platform Builder.
Here's a couple of ways of checking for their presence on a device:
1. Try connecting to port 80 (HTTP) and port 21 (FTP)
2. Look for ftpd.dll and httpd.dll and httpdsvc.exe on the device.
3. Check the registry on the device. Look for the following keys:
[HKEY_LOCAL_MACHINE\Services\FTPD]
[HKEY_LOCAL_MACHINE\Services\HTTPD]
--
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.