This page was last edited on October 3, 2018, at 11:17.
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.
Prerequisites for .NET Composer Projects are:
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