Application pool recycled ?

Discussion in 'Site Programming, Development and Design' started by maric01, Sep 6, 2012.

  1. Hi everyone,

    I have a website and inside that website, there's a "folder" protected with some config inside the web.config.

    The user enter his username/password and get authenticated. While doing some stuff on the pages (http request), the user keeps getting the page asking back for login informations.

    It is because one of the following happen (i have basic plan on that website) :

    2) The application uses more than 100 MB of memory for the Basic plan and 200 MB of memory for the Max and 300 MB of memory for the Ultimate plan.
    3) The application uses more than 70% of CPU resources for more than 5 minutes

    Thank you

    Richard
     
  2. Elshadriel

    Elshadriel Winhost Staff

    Hi Richard,

    You can open up a support ticket and have us check the logs for you.
     
    Last edited by a moderator: Oct 14, 2015
  3. ComputerMan

    ComputerMan Winhost Staff

    You can enable SQL Server Sessions for your web application. That way if your application pool gets recycled you don't lose your sessions. More information can be found here: How to enable ASP.NET SQL Server Session on your web application
     
    Last edited by a moderator: Oct 14, 2015

Share This Page