IMPAX 6.5.1 Application Server Knowledge Base > Configuring IMPAX to handle high latency network limitations
When the installation of the remote IMPAX cluster is complete, the Pacs.Web.Services web.config file needs to be edited.
![]() | Note: Before updating the web.config file, we recommend making a copy of it. |
To modify the remote Application Server web.config file
On the Application Server next to the RIS server (the remote Application Server), navigate to the C:\\inetpub\wwwroot\AgfaHC.Pacs.Web.Services folder.
In a text editor, open the web.config file.
Search for the text <httpModules>.
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>
Save the web.config file.
Exit the text editor.
Topic number: 58667 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |