Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Random application restarts

Random application restarts

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminperformancehelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    theJazzyBrain
    wrote on last edited by
    #1

    Dear CPians, I have been experiencing random ASP.NET (C#) application restarts. My web application is a community web site that has 500-800 users signed in at the same time. Some times (random), the application restarts and I cannot find the reason. After some research on Google I found that this could be due to: 1) application recompilation due to file or dll changes. (does not apply in my case) 2) idle time (does not apply in my case) 3) insuficient memory. (to be honest, not sure if this applies. The server is very good and monitors show that the memory is enough) Have you ever had similar behaviour on your applications? If yes how did you solve the problem? Thanking you all in advance. theJazzyBrain

    Excellence is not an act, but a habit!

    Aristotle

    -- modified at 5:14 Friday 27th January, 2006

    I F 2 Replies Last reply
    0
    • T theJazzyBrain

      Dear CPians, I have been experiencing random ASP.NET (C#) application restarts. My web application is a community web site that has 500-800 users signed in at the same time. Some times (random), the application restarts and I cannot find the reason. After some research on Google I found that this could be due to: 1) application recompilation due to file or dll changes. (does not apply in my case) 2) idle time (does not apply in my case) 3) insuficient memory. (to be honest, not sure if this applies. The server is very good and monitors show that the memory is enough) Have you ever had similar behaviour on your applications? If yes how did you solve the problem? Thanking you all in advance. theJazzyBrain

      Excellence is not an act, but a habit!

      Aristotle

      -- modified at 5:14 Friday 27th January, 2006

      I Offline
      I Offline
      Ista
      wrote on last edited by
      #2

      View your perfomance counters either through System.Diagnostics or PerformanceMonitor. You'll find out why. MS products are not made for Large size enterprises. Nick 1 line of code equals many bugs. So don't write any!!

      1 Reply Last reply
      0
      • T theJazzyBrain

        Dear CPians, I have been experiencing random ASP.NET (C#) application restarts. My web application is a community web site that has 500-800 users signed in at the same time. Some times (random), the application restarts and I cannot find the reason. After some research on Google I found that this could be due to: 1) application recompilation due to file or dll changes. (does not apply in my case) 2) idle time (does not apply in my case) 3) insuficient memory. (to be honest, not sure if this applies. The server is very good and monitors show that the memory is enough) Have you ever had similar behaviour on your applications? If yes how did you solve the problem? Thanking you all in advance. theJazzyBrain

        Excellence is not an act, but a habit!

        Aristotle

        -- modified at 5:14 Friday 27th January, 2006

        F Offline
        F Offline
        fluxtah
        wrote on last edited by
        #3

        There are two things I have experienced that caused restarts with ASP.NET First one was anti-virus software accessing the web.config file, which caused the app to restart killing all sessions. Another one, All over an application of mine I built a while back I was storing information in cookies, client-side using javascript to keep state of some collapsible panel controls. Users were able to use the website but where randomly logged out, I disabled this feature and the problem went away. -- modified at 11:58 Friday 27th January, 2006

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups