Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/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, see Web Server Reference.
For more information about how to add or remove catalog items, see Design Your First OS.
Hardware and Software Requirements
- Core Server Support (Servicesd.exe). For more information, see Servicesd.exe Catalog Items and Sysgen Variables.
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. Note:
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. For more information, see Internet Explorer Catalog Items and Sysgen Variables. |
Web Server (HTTPD) |
SYSGEN_HTTPD |
Supports web applications. |
None. |
WebDAV Support |
SYSGEN_HTTPD_WEBDAV |
Supports Web-based Distributed Authoring and Versioning (WebDAV), a network service for collaboratively editing and maintaining files on a web server. |
Requires the Web Server (HTTPD) and XML Minimal Parser catalog items. For more information about the XML Minimal Parser, see XML Catalog Items and Sysgen Variables. |
Web Server Administration ISAPI |
SYSGEN_ISAPI_CONFIG |
Provides the WebAdmin utility for you to configure web server by using Internet Server Application Programming Interface (ISAPI) extensions. |
Requires the Web Server (HTTPD) catalog item. |
See Also
Reference
Concepts
Wired Local Area Network (LAN) Catalog Items and Sysgen Variables
Note: