Does the web server of Windows CE have a name and version number or is it just a feature of Windows CE I've found out that it's a slimed version of IIS but my boss wants to know as much as possible about it.
I can't post at http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.windowsce.embedded . All I get is "Page can not be shown".
/Lars

Does the web server of Windows CE have a name and version number?
XNAConfused
Hi Lars
This is component (call if feature) of Windows CE. The is no name or version number (maybe except the OS version).
To get a good overview what's supported, read the Platform Builder docs available here:
http://msdn2.microsoft.com/en-us/library/ms899583.aspx (for Windows CE 5.0)
http://msdn2.microsoft.com/en-us/library/aa923231.aspx (for Windows Embedded CE 6.0)
quote from the docs: "Web Server implements a subset of HTTP 1.0 and allows connections to be maintained through keep-alive functionality. Web Server provides file downloads, multiple virtual paths, and simultaneous connections. You can include additional Catalog items in your OS design to add support for authentication, Internet Server Application Program Interface (ISAPI) extensions, ISAPI filters, and/or active server pages (ASP)"
If you want the full details, study the source code (available under <WINCEROOT>\PUBLIC\SERVERS\OAK\SAMPLES\HTTP)
Hope this helps
Michael