Share via


How to: Create a Web-based Voice Response Application

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.

Speech Server supports two types of applications:

  • Managed code voice response applications
  • Web-based voice response applications, using VoiceXML or SALT

Creating Web-based Voice Response Applications

To create a Web-based voice response application

  1. In Microsoft Visual Studio 2005, click NewWeb Site on the File menu.

  2. In the New Web Site dialog box, click Voice Response Web Application.

  3. In the Location list, select HTTP, and then enter a name for the project (for example, http://localhost/MySpeechApplication).

  4. Click OK.

  5. In the Voice Response Web Application Project Wizard, configure the application.

    For more information, see Voice Response Workflow Application Project Dialog Box.

See Also

Other Resources

Create SALT Voice Response Application Projects
Use Speech Server Tools to Develop Voice Response Application Components