Web configuration files
Each UNICOM Intelligence Interviewer service and activity is configured via a .NET XML configuration file called Web.config. These files are in the service's or activity's folder in the Web Site folder (default C:\InetPub\wwwroot\SPSSMR\). In some cases you can alter the way a service or activity behaves by changing or adding a setting in these files. Services and activities that allow this are as follows.
Note The timeout value for each Interviewer Server activity should not exceed 20 minutes. When the timeout value is too large, some objects that are cached in the session are not released in a timely fashion after the web browser is closed. An example timeout setting would be:
<sessionState mode="InProc" ...... timeout="20"/>
See
For information about the Configuration File Schema definition, see MSDN.
See also