Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files
 
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.
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
Web service configuration
Settings for web-deployed UNICOM Intelligence Author
Settings for the Build activity
Settings for the Participants activity
Settings for the Launch activity and the desktop Activation program
Settings for the Interview Web Service
Settings for the Interviewing activity
Settings for the Phone Participants activity
Settings for the Interviewer Monitoring activity
Settings for the Review Interviews activity
Settings for the Interviewing Activity Reports activity
Settings for the Manage Logs activity
Settings for the Quotas activity
Settings for the Status activity
Settings for the Export Data activity
Settings for the Remote Administration activity
Settings for the Concurrent Usage report
Settings for the Activation History activity
Settings for the Publish Data activity
Settings for the Email activity
Settings for the Web API
For information about the Configuration File Schema definition, see MSDN.
See also
Configuration and customization