IIS troubleshoot
No edit summary
No edit summary
Line 1: Line 1:
==== Turnkey not starting ====
If your Turnkey application does not start in IIS follow these guide lines to pinpoint problem area:
If your Turnkey application does not start in IIS follow these guide lines to pinpoint problem area:


Line 23: Line 24:
ServerSidejobs or SysAsyncTickets being re-entried and started in parallell :
ServerSidejobs or SysAsyncTickets being re-entried and started in parallell :
[[File:2021-09-24 14h51 21.png|none|thumb|593x593px]]
[[File:2021-09-24 14h51 21.png|none|thumb|593x593px]]
==== Understanding IIS restarting and process ====
https://www.leansentry.com/guide/reset-restart-recycle-iis

Revision as of 18:14, 24 November 2021

Turnkey not starting

If your Turnkey application does not start in IIS follow these guide lines to pinpoint problem area:

In the Turnkey web.config file, remove the section that makes errors route into the application:

<httpErrors errorMode="Detailed" >
</httpErrors>

If you do not replace this - some errors will be rerouted into the same situation that has the problem.

Make sure you have  

<system.web>
  <compilation debug="true" />
  • Advanced settings for AppPool* (to consider)

Specific time same every day

allow overlap AppPool recycle must be disabled

Idle time out action Suspend appPool (not terminate)

------------

ServerSidejobs or SysAsyncTickets being re-entried and started in parallell :

2021-09-24 14h51 21.png

Understanding IIS restarting and process

https://www.leansentry.com/guide/reset-restart-recycle-iis

This page was edited 84 days ago on 02/10/2024. What links here