Speech Application Deployment

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

To run a speech application on Speech Server, move the application files from the development environment to a deployment directory that is accessible by Speech Server and then configure Speech Server and Internet Information Services (IIS) to execute the application.

Note

In Speech Server, managed code (or assembly-based) voice response applications must be deployed to IIS on the computer running Speech Server. SALT voice response applications or VoiceXML applications can be deployed locally or on a remote Web server.

Moving the applications files is a simple matter of copying and pasting the Speech Server project directory to a location suitable for both Speech Server and IIS to access. For locally hosted applications, configuring Speech Server and IIS is accomplished using the Speech Server Administrator console. When you add the application to a deployment group in the Speech Server Administrator console, Speech Server automatically configures IIS to execute the application. Speech Server does not automatically configure IIS for remotely hosted applications. You must manually configure IIS for applications hosted on remote Web servers.

This section provides information about the application files as well as instructions for copying the application files and configuring the application run-time environment. For information about configuring the application settings using the Speech Server Administrator console, see Application Administration.

Note

You can also configure Speech Server to run an application with Windows Management Instrumentation (WMI) scripts. For more information, see Speech Server Administration Through WMI and Application Class.

In This Section

Application Deployment Files

Application Development and Deployment Locations

About Application Manifest Files

How to: Copy Application Files to the Deployment Directory

How to: Configure the Application Run-time Environment

How to: Test Deployed Applications with a Softphone

How to: Deploy an Updated Application Version

Support for Outbound-Calling Applications

Application Administration

See Also

Other Resources

Application Class