Partager via


Specifying Trusted Sites

  Microsoft Speech Technologies Homepage

This topic describes how to create a trusted site list to help manage a speech application in the Microsoft Speech Server (MSS) environment. To add trusted sites to the list, you can write script against the MSS Windows Management Instrumentation (WMI) classes, or use the MSS snap-in for Microsoft Management Console (MMC).

An MSS trusted site list contains a list of Uniform Resource Locators (URLs) with no path or query string. Trusted sites are used by Web servers that host speech applications and related resources. Web servers in the trusted sites list can be trusted to serve application resources such as grammar files or prompt databases to MSS.

Note  The MSS trusted site list is unrelated to the trusted sites zone on the Security tab of Internet Options in Internet Explorer.

To specify Trusted Sites by using MMC

  1. Open an MMC console that contains the MSS snap-in.
  2. In the console tree, double-click Microsoft Speech Server, and then double-click the applicable deployment folder.
  3. In the details pane, right-click the applicable computer, point to All Tasks, and then click Trusted Sites.
  4. To add a trusted site, click Add, type the URL to the Web server, and then click OK.
  5. To remove an existing trusted site, select it from the list, and then click Remove.

To specify Trusted Sites by using WMI scripting

  • Use the TrustedSite class to configure a list of URLs that MSS will trust when fetching application resources.

For more information about the supported WMI classes, methods, and properties for MSS, refer to the MSS documentation.

Next Step: Adding Speech Application Deployment Service (SADS)

See Also

Setting Server Properties | Deploying Speech Applications