<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Marc LaFleur : IIS </title><link>http://weblogs.asp.net/mlafleur/archive/tags/IIS+/default.aspx</link><description>Tags: IIS </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Reinstalling Microsoft Speech Server on Windows Vista</title><link>http://weblogs.asp.net/mlafleur/archive/2008/05/20/reinstalling-microsoft-speech-server-on-windows-vista.aspx</link><pubDate>Tue, 20 May 2008 13:51:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6204214</guid><dc:creator>MarcLaFleur</dc:creator><author>MarcLaFleur</author><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mlafleur/rsscomments.aspx?PostID=6204214</wfw:commentRss><comments>http://weblogs.asp.net/mlafleur/archive/2008/05/20/reinstalling-microsoft-speech-server-on-windows-vista.aspx#comments</comments><description>&lt;p&gt;If you're thinking of uninstalling/reinstalling Microsoft Speech Server on Windows Vista then this post might prove helpful. &lt;/p&gt;  &lt;p&gt;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.&lt;/p&gt;  &lt;p&gt;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 &amp;lt;system.webServer&amp;gt; section will map IIS to the correct handler:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;lt;system.webServer&amp;gt;      &lt;br /&gt;&amp;lt;handlers&amp;gt;       &lt;br /&gt;&amp;lt;remove name=&amp;quot;MSSCustomMap&amp;quot; /&amp;gt;       &lt;br /&gt;&amp;lt;add name=&amp;quot;MSSCustomMap&amp;quot; path=&amp;quot;*.speax&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;IsapiModule&amp;quot; scriptProcessor=&amp;quot;C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll&amp;quot; resourceType=&amp;quot;Unspecified&amp;quot; requireAccess=&amp;quot;Script&amp;quot; responseBufferLimit=&amp;quot;0&amp;quot; /&amp;gt;       &lt;br /&gt;&amp;lt;/handlers&amp;gt;       &lt;br /&gt;&amp;lt;/system.webServer&amp;gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6204214" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mlafleur/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Vista+/default.aspx">Vista </category><category domain="http://weblogs.asp.net/mlafleur/archive/tags/IIS+/default.aspx">IIS </category><category domain="http://weblogs.asp.net/mlafleur/archive/tags/Speech+Server+2007/default.aspx">Speech Server 2007</category></item></channel></rss>