IIS troubleshoot
(Created page with "If your Turnkey application does not start in IIS follow these guide lines to pinpoint problem area: Remove the section that makes errors route into the application: <!-- Map...")
 
No edit summary
Line 1: Line 1:
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:


Remove the section that makes errors route into the application:
In the Turnkey web.config file, remove the section that makes errors route into the application:
<!-- Map common 4xx errors to a Viewmodel called RedirectView sending along the variable ErrorCode-->
<!-- Map common 4xx errors to a Viewmodel called RedirectView sending along the variable ErrorCode-->
  <httpErrors '''errorMode="Detailed"''' >
  <httpErrors '''errorMode="Detailed"''' >

Revision as of 07:48, 21 April 2021

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" />
This page was edited 82 days ago on 02/10/2024. What links here