If the initial start time is too slow even after rebooting or restarting IIS, you can edit settings to lower the startup time.
<!-- Url to the application server this is installed for. -->
<add key="ImisWebServerUrl" value="http://localhost/iMIS15/"/>
<!-- Value given in minutes. Default value is 15. -->
<add key="PingInterval" value="15"/>
<!-- Comma-separated list. Example value: "http://server1/iMIS15/,http:server2/imispublic/,..." -->
<add key="AdditionalUrls" value=""/>
Tip: There is also a "keep-alive" service for all WCM-managed sites, to automatically pre-load sites in IIS if they are restarted, to improve the load time for the first browser request. You control this service through the PublishService.exe.config file.
15.1.2 Production Release. Updated 2/8/2009 4:16:19 PM
© 2010 by Advanced Solutions International, Inc.
All rights reserved.