Share via


Web Server Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can create web applications by implementing web server functionality. For example, you can write an application that configures a Windows Embedded Compact-powered device without a display screen by using a browser on a computer connected to that device through an Internet connection.

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add web server functionality to your OS.

Catalog item

SYSGEN variable

Description

Dependencies

Active Server Pages (ASP) Support

SYSGEN_ASP

Provides an implementation of ASP for server-side scripting that uses the "<%" and "%>" ASP page delimiters.

Ee500298.note(en-us,WinEmbedded.80).gifNote:
This implementation does not support the Session or Application objects, does not send the Session-ID cookie, and requires that you add code to maintain states between requests and sessions. You can do this by using a scripting language.

Requires the Web Server (HTTPD) catalog item.

Requires a scripting language. For more information, see JScript Catalog Items and Sysgen Variables or VBScript Catalog Items and Sysgen Variables. Requires support for cookies in the browser.

Web Server (HTTPD)

SYSGEN_HTTPD

Supports web applications.

None.

Internet Server Application Programming Interface (ISAPI)

SYSGEN_ISAPI_CONFIG

Provides the Webadmin utility for you to configure the web server by using Internet Server Application Programming Interface (ISAPI) extensions.

Requires the Web Server (HTTPD) catalog item.

See Also

Concepts

Web Server OS Design Development

Other Resources

Web Server Reference