Forms Authentication

Discussion in 'General troubleshooting' started by avichihi1, Jul 8, 2018.

  1. When switching between pages the user becomes unautherized and gets routed to the login page. This does not happen on my development environment.

    Apppool is integrated. The site won't work with classic.

    Are there some specific form authentication settings I need to have in IIS? .
     
  2. Elshadriel

    Elshadriel Winhost Staff

    No, but your application pool might be recycling. The application pool is set to automatically recycle under the following conditions:

    1) Causes the server’s CPU to exceed usage/utilization of 70% or greater in 300 seconds (5 minutes) on Windows 2008/IIS7. CPU usage is throttled on Windows 2012/IIS8 which may cause your application to experience some latency.
    2) Exceeds the Idle Timeout limit (no activity) of 20 minutes.
    3) Exceeds the 200-300 MB memory limit for your hosting account.

    You can open a support ticket to have us check if it's exceeding one of those 3 conditions.
     

Share This Page