Hi all,
Recently i use Visual web express edition to build simple internet application. I need some advise if this express edition can support the coding for simple telephony system like recording voice message If yes, any best recommend resource for similar configuration or integration
Cheer:)
Regards

Visual Web Developer Express Edition can intgrate simple telephony system??
Tim Mavers
Hi,
The Express editions can not be extended with add-ins or SDK packages, which is the purpose of this forum, but since your question is not related to that but to coding a telephony application, the first thing that you will need is to download an Express Edition for VB.NET or C# development, not for Web development. Then you need some telephony API. Before the .NET era I used TAPI for that purpose and you can find articles on the web about how to use the old TAPI (an unmanaged API) from .NET such as:
http://www.codeproject.com/useritems/CShart_TAPI_3x.asp
AFAIK, current APIs for telephony are in the Speech SDK:
http://www.microsoft.com/speech/default.mspx
John Bowen
Hallo Chris,
1) First of all, this doesn't seem to be the right forum for this question. For any questions regarding the Visual Web Developer 2005 Express try this forum: http://forums.asp.net/175/ShowForum.aspx.
2) I don't seem to get exactly what you're trying to do. Are you trying to control a modem on your system Access a web service Use VoIP (voice over IP) You will have to provide more details. Do this to the Visual Web Developer 2005 Express forum or the .NET Framework Networking and Communication forum.