Web Server OS Design Development (Compact 2013)
3/26/2014
The web server (HTTPD) implementation in Windows Embedded Compact enables you to monitor, configure, and remotely control a device or computer by using an HTTP web server. The web server implements a subset of HTTP 1.0 and enables connections to be maintained through keep-alive functionality. It provides support for file downloads, multiple virtual paths, and simultaneous connections. Services.exe loads the web server at system startup.
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 active server pages (ASP).
In This Section
- Web Server Catalog Items and Sysgen Variables
Provides information about the SYSGEN variables required to add web server functionality to your OS.
See Also
Reference
Concepts
Web Server Application Development