End the Connection Time Out Issues in 15.1.2

You can modify you connection strings for WCM and site issues to improve performance and Eliminate the Connection Timeout issues in WCM

Open your web config file in the new folder.

Locate the connection string for imis.

Add the following parameters to the end of the existing string.

Max Pool Size=100; Min Pool Size =5;

Recycle the Application Pools and restart IIS.

Helps Tremendously.

Broc

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Ignore the above areas for Normal theu Microsoft

Ignore the area above from Normal to Microsoft, Added this when I submitted the post.