Configuration Files in the Mobile Controls
To develop applications that support more than one mobile device, you must add configuration information to your application's Web.config file. This section describes the syntax of configuration files and how to map specific device information to an ASP.NET mobile control.
In This Section
- <deviceFilters>
Describes how to add device filters to configuration files.
- <mobileControls>
Describes how to map a mobile control to a device adapter.
Related Sections
- Configuring a Web Application for Multiple Devices
Discusses how to override properties and use device templates to configure your application for a specific device.
- Adding New Device Adapters and Device Support
Discusses how to build support for existing ASP.NET mobile Web pages on new devices, and how to write controls that require adapters for device-specific rendering.
- Creating ASP.NET Mobile Web Pages
Provides an introduction to ASP.NET mobile controls.