How can I disable caching of my speech application on my IIS Server(s)?
In order to disable caching of speech resources by MSS, please follow these procedures on your web servers(s):
- Open your IIS config console
- Right-click the application directory and click "Property"
- Click the "HTTP Headers" tab
- Enable "Enable content expiration"
- Check the "expire immediately" radio button
- Click "OK"
This is recommended on an as-needed basic for deveopment environments and this is not recomended for production environments.
