Web Server Samples (Windows Embedded CE 6.0)

1/6/2010

Windows Embedded 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

Concepts

Web Server (HTTPD) Application Development

Other Resources

Web Server (HTTPD)