Windows CE includes several samples that use the Web Server technology. The following table shows the samples that are included in the %_WINCEROOT%\public\servers\oak\samples\http directory.
| Sample | Description |
|---|---|
| Webadmin | Contains an ISAPI extension that allows the Web server to be configured remotely. |
The following table shows the samples that are included in the %_WINCEROOT%\public\servers\sdk\samples\http directory.
| Sample | Description |
|---|---|
| ASP | Contains a set of ASP pages that display the Web server status to the user, and a set of COM objects that read and write Web server configuration settings on the server. |
| FILTERS | Contains an ISAPI filter that records detailed information about all requests that are made to the Web server. |
| STATS | Contains an ISAPI that tracks Web server statistics, such as number of pages served and number of bytes sent and received. |
See Also
Web Server (HTTPD) | Web Server (HTTPD) Application Development
Send Feedback on this topic to the authors