I want to use speech recognition in C# ASP.NET where
1) I want to allow the user to speak the hotword
2) Validate the hotword and based on the hotword, the user should be given with the appropriate portal.
I came to know that the "System.Speech" namespace is not available for web applications and this could be done using Silverlight. I'm new to Silverlight technologies, so can anybody help me out or suggest me with some alternate ways to achieve the goal.