Question:
How to change timeout settings in Fortis Portal?
Answer:
If you need to raise the value of the Timeout settings in Fortis Portal do the following:
- Browse out to C:\Inetpub\wwwroot\FortisPortal
- Open the web.config file then perform a search on the term "Timeout"
- The first result will be the User's session timeout setting. You can adjust amount of inactivity time before the system automatically logs off the user.
<sessionState mode="InProc" cookieless="false" timeout="1"/>
4. The second result will be relating to the Runtime timeout. If you are getting timeout issues when opening documents, this would be the timeout setting you
want to adjust.
<httpRuntime executionTimeout="110" maxRequestLength="1000000"/>