Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

RtReports

ApplicationHost​.config

  • Last UpdatedJan 24, 2023
  • 1 minute read
  1. Create a backup of the applicationHost.config file that is located at C:\Windows\System32\inetsrv\config.

  2. Set the serviceAutoStartEnabled switch to True. This switch is located in the <configuration > <system.applicationHost > site section.

    Change:

    <application path="/RtReports"
    applicationPool="RtReports App Pool" serviceAutoStartEnabled="false"
    serviceAutoStartProvider="ARGService">

    to

    <application path="/RtReports"
    applicationPool="RtReports App Pool" serviceAutoStartEnabled="true"
    serviceAutoStartProvider="ARGService">

TitleResults for “How to create a CRG?”Also Available in