First you create a backup of the web.config file. By default the file is located in the following directory: “C:\inetpub\wwwroot\wss\VirtualDirectories\80”
Open the web.config file in Microsoft Visual Studio or a simple text editor like Notepad then find </configSections>.
Add timeout section
<Microsoft.Dynamics> <Session Timeout="45" /> </Microsoft.Dynamics>
Other all settings
<Microsoft.Dynamics> <Session Timeout="45" MaxSessions="300" /> <ServerState Enabled="true" MaxNumberOfInMemoryCachedItems="100" MaxNumberOfInMemoryCachedLargeItems="25" /> </Microsoft.Dynamics>
Comments