IMPAX 6.5.1 Application Server Knowledge Base > Configuring IMPAX to handle high latency network limitations

Modifying the remote Application Server web.config file

When the installation of the remote IMPAX cluster is complete, the Pacs.Web.Services web.config file needs to be edited.

Note:

Note:

Before updating the web.config file, we recommend making a copy of it.

To modify the remote Application Server web.config file

  1. On the Application Server next to the RIS server (the remote Application Server), navigate to the C:\\inetpub\wwwroot\AgfaHC.Pacs.Web.Services folder.

  2. In a text editor, open the web.config file.

  3. Search for the text <httpModules>.

  4. Make the following change:

    <!--add name="TestAuthenticationHttpModule" 
    type="AgfaHC.User.Security.Web.TestHelper.TestAuthenticationHttpModule,AgfaHC.User.Security.Web.TestHelper"/-->
    <!--add name="AutoAuthenticationHttpModule" 
    type="AgfaHC.User.Security.Web.TestHelper.AutoAuthenticationHttpModule,AgfaHC.User.Security.Web.TestHelper"/-->
    <!--add name="AutoAuthenticationWithGuidsHttpModule" 
    type="AgfaHC.User.Security.Web.TestHelper.AutoAuthenticationWithGuidsHttpModule,AgfaHC.User.Security.Web.TestHelper"/-->
    <!--add name="TicketAuthenticationHttpModule" 
    type="AgfaHC.User.Security.Web.TicketAuthenticationHttpModule,AgfaHC.User.Security.Web"/-->
    <!--</add>
    
  5. Save the web.config file.

  6. Exit the text editor.


Topic number: 58667

Applies to: IMPAX 6.5.1 Application Server Knowledge Base