Reinstalling Microsoft Speech Server on Windows Vista

If you're thinking of uninstalling/reinstalling Microsoft Speech Server on Windows Vista then this post might prove helpful.

It seems that Speech Server Setup doesn't do such a good job uninstalling itself from Vista. And when you reinstall the server it fails to properly configure IIS. Namely it has a number of problems dealing with the *.speax exemption. This results it 404.2 and 500 errors being returned by IIS when you attempt to launch a Speech Server application.

The workaround I've found for this issue requires manually mapping the handler for *.speax in your application's web.config. Adding the following to the <system.webServer> section will map IIS to the correct handler:

<system.webServer>
<handlers>
<remove name="MSSCustomMap" />
<add name="MSSCustomMap" path="*.speax" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" responseBufferLimit="0" />
</handlers>
</system.webServer>

Posted: Tuesday, May 20, 2008 9:51 AM by MarcLaFleur with 5 comment(s)

Comments

# re: Reinstalling Microsoft Speech Server on Windows Vista @Tuesday, May 20, 2008 6:50 PM

Hey Marc, are you using Microsoft Speech Server with VXML?  If so, what hardware are you using on it?  Also, does MSS support CCXML?

Bill

# VoiceXML on Speech Server - Marc LaFleur @Wednesday, May 21, 2008 9:46 AM

Pingback from  VoiceXML on Speech Server - Marc LaFleur

VoiceXML on Speech Server - Marc LaFleur

# re: Reinstalling Microsoft Speech Server on Windows Vista @Wednesday, May 21, 2008 9:48 AM

Thanks for the comment Bill. I've responded here: weblogs.asp.net/.../voicexml-on-speech-server.aspx

MarcLaFleur

# re: Reinstalling Microsoft Speech Server on Windows Vista @Wednesday, July 23, 2008 1:24 AM

I would like to know whether built-in type date supports for both "thisweek" and "nextweek" or not.

if today is tuesday if i say next wednesday it returns tommorrow's date but i need next week wednesday's date is it possible.

      Also is it any way to return dayaftertommmorrow's date? if possible please give me reply...

john duhart

# VoiceXML on Speech Server :: MassiveScale @Thursday, April 14, 2011 11:13 AM

Pingback from  VoiceXML on Speech Server :: MassiveScale

VoiceXML on Speech Server :: MassiveScale

Leave a Comment

(required) 
(required) 
(optional)
(required)