This page was last edited on November 30, 2018, at 18:46.
Comments or questions about this documentation? Contact us for support!
A .NET Composer Project contains voice application files and related server side .aspx / C# / files for building an IVR program. It has an associated .NET Composer Project builder based on Microsoft .NET Framework that can incrementally compile .aspx source files as they are changed.
This step is not a mandatory prerequisite. Starting with 8.1.420.14, Composer allows creating .NET Composer Projects without the WSE dll files. Microsoft Web Services Enhancements (WSE) is also required for creating .NET projects in Composer. However, the WSE installer may not install on Windows 2008. These steps give a workaround:
To prepare for using .NET Composer Projects:
Note: Microsoft .NET is required for Composer Server Side blocks.
By default, IIS comes with the DefaultWebSite which runs on port 80. If you want to deploy the .NET Composer Project in your custom website, configure the corresponding port number in the IIS Website Port field.
Note: Run as / Debug as will automatically pick the port number from the preferences and form the corresponding application URL. For example: http://machineIP:portno/NETProjectName/src-gen/CallflowName.vxml Also see: Request.Form Error Message for .NET Projects