ASP.NET 4 IIS 7 web server timeoutIIS 7.0 and asp.netIIS ASP.Net Website - ManagedPipelineHandlerIIS/ASP.NET performance incident - Perfmon Current Annonymous Users going through roof but Requests/sec lowHttpBrowserCapabilities flaky after moving to Asp.Net 4.0ASP.Net Session Timing Out RapidlyDeploying an ASP.NET JSON-RPC web service on IIS 7IIS 7 Impersonate - ASP.NET MVC 3 ApplicationHow to most effectively implement “wakeup scripts” for ASP.NET sites in IIS 7.0IIS 8.5 cold startIncrease RAM usage for IIS server

Why is oilcloth made with linseed oil?

I just entered the USA without passport control at Atlanta airport

Counterfeit checks were created for my account. How does this type of fraud work?

Dmesg full of I/O errors, smart ok, four disks affected

Explicit song lyrics checker

How can a warlock learn from a spellbook?

Is declining an undergraduate award which causes me discomfort appropriate?

Should the party get XP for a monster they never attacked?

A word for delight at someone else's failure?

What was the first third-party commercial application for MS-DOS?

Dates on degrees don’t make sense – will people care?

Methodology: Writing unit tests for another developer

Why does std::string_view create a dangling view in a ternary expression?

Where should a runway for a spaceplane be located?

Second 100 amp breaker inside existing 200 amp residential panel for new detached garage

What are the current battlegrounds for people’s “rights” in the UK?

What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?

Was the Enigma's double stepping mechanism intentional?

What is "industrial ethernet"?

Is "Busen" just the area between the breasts?

How to remove stain from pavement after having dropped sulfuric acid on it?

Cut the gold chain

Greeting with "Ho"

What is the meaning of "понаехать"?



ASP.NET 4 IIS 7 web server timeout


IIS 7.0 and asp.netIIS ASP.Net Website - ManagedPipelineHandlerIIS/ASP.NET performance incident - Perfmon Current Annonymous Users going through roof but Requests/sec lowHttpBrowserCapabilities flaky after moving to Asp.Net 4.0ASP.Net Session Timing Out RapidlyDeploying an ASP.NET JSON-RPC web service on IIS 7IIS 7 Impersonate - ASP.NET MVC 3 ApplicationHow to most effectively implement “wakeup scripts” for ASP.NET sites in IIS 7.0IIS 8.5 cold startIncrease RAM usage for IIS server






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I have 3 applications on the same web server. Two of them are configured in separate ASP.NET 4 application pools and and one of them is on an ASP.NET 2 application pool.



I'm experiencing intermitent timeouts when accessing those apps during the day. To track down this timeouts, I have setup a ping monitoring service (motive.com). Here is a sample of the timeout ocurrencies log:




app date downtime main reason
APP2 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
APP1 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
APP2 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
APP1 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
APP2 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
APP1 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
...


As you can see, both ASP.net 4 pools are timing out simultaneously. I'm also monitoring the ASP.NET 2.0 app pool web site and I haven't have one single timeout!



There's no pattern whatsoever related to the time of the day that it occurs (both day/night). Intervals between timeouts don't follow a pattern either, sometimes they happen after 40 minutes, others take some hours in between.



The timeout never lasts more than 5 minutes, but they also vary from 2 to 5 minutes randomly.



At first I thought it might have something to do with application pool recycling but I've checked and recycling is set to occur after 24 hours and disabled for other events (memory peaks, etc.).



The site is infrequently accessed (it's in beta test), so there are no huge number of access, workers demand, memory consumption, etc.



I've also checked the IIS log and there are 2 to 5 minutes gaps during the hours of downtime reported by the monitoring service, but no error message. I also checked the Windows event log and haven't found anything unusual in system and application events.



I'm really desperate right now. If someone could help me out, I'd be really thankful.



Best Regards.
Eduardo de Freitas










share|improve this question




























    2















    I have 3 applications on the same web server. Two of them are configured in separate ASP.NET 4 application pools and and one of them is on an ASP.NET 2 application pool.



    I'm experiencing intermitent timeouts when accessing those apps during the day. To track down this timeouts, I have setup a ping monitoring service (motive.com). Here is a sample of the timeout ocurrencies log:




    app date downtime main reason
    APP2 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
    APP1 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
    APP2 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
    APP1 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
    APP2 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
    APP1 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
    ...


    As you can see, both ASP.net 4 pools are timing out simultaneously. I'm also monitoring the ASP.NET 2.0 app pool web site and I haven't have one single timeout!



    There's no pattern whatsoever related to the time of the day that it occurs (both day/night). Intervals between timeouts don't follow a pattern either, sometimes they happen after 40 minutes, others take some hours in between.



    The timeout never lasts more than 5 minutes, but they also vary from 2 to 5 minutes randomly.



    At first I thought it might have something to do with application pool recycling but I've checked and recycling is set to occur after 24 hours and disabled for other events (memory peaks, etc.).



    The site is infrequently accessed (it's in beta test), so there are no huge number of access, workers demand, memory consumption, etc.



    I've also checked the IIS log and there are 2 to 5 minutes gaps during the hours of downtime reported by the monitoring service, but no error message. I also checked the Windows event log and haven't found anything unusual in system and application events.



    I'm really desperate right now. If someone could help me out, I'd be really thankful.



    Best Regards.
    Eduardo de Freitas










    share|improve this question
























      2












      2








      2








      I have 3 applications on the same web server. Two of them are configured in separate ASP.NET 4 application pools and and one of them is on an ASP.NET 2 application pool.



      I'm experiencing intermitent timeouts when accessing those apps during the day. To track down this timeouts, I have setup a ping monitoring service (motive.com). Here is a sample of the timeout ocurrencies log:




      app date downtime main reason
      APP2 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
      APP1 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
      APP2 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
      APP1 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
      APP2 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
      APP1 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
      ...


      As you can see, both ASP.net 4 pools are timing out simultaneously. I'm also monitoring the ASP.NET 2.0 app pool web site and I haven't have one single timeout!



      There's no pattern whatsoever related to the time of the day that it occurs (both day/night). Intervals between timeouts don't follow a pattern either, sometimes they happen after 40 minutes, others take some hours in between.



      The timeout never lasts more than 5 minutes, but they also vary from 2 to 5 minutes randomly.



      At first I thought it might have something to do with application pool recycling but I've checked and recycling is set to occur after 24 hours and disabled for other events (memory peaks, etc.).



      The site is infrequently accessed (it's in beta test), so there are no huge number of access, workers demand, memory consumption, etc.



      I've also checked the IIS log and there are 2 to 5 minutes gaps during the hours of downtime reported by the monitoring service, but no error message. I also checked the Windows event log and haven't found anything unusual in system and application events.



      I'm really desperate right now. If someone could help me out, I'd be really thankful.



      Best Regards.
      Eduardo de Freitas










      share|improve this question














      I have 3 applications on the same web server. Two of them are configured in separate ASP.NET 4 application pools and and one of them is on an ASP.NET 2 application pool.



      I'm experiencing intermitent timeouts when accessing those apps during the day. To track down this timeouts, I have setup a ping monitoring service (motive.com). Here is a sample of the timeout ocurrencies log:




      app date downtime main reason
      APP2 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
      APP1 19-September-2012, at 14:51 4 mins 50 secs connect() timed out!
      APP2 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
      APP1 19-September-2012, at 14:11 2 mins 50 secs couldn't connect to host
      APP2 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
      APP1 19-September-2012, at 9:17 2 mins 41 secs couldn't connect to host
      ...


      As you can see, both ASP.net 4 pools are timing out simultaneously. I'm also monitoring the ASP.NET 2.0 app pool web site and I haven't have one single timeout!



      There's no pattern whatsoever related to the time of the day that it occurs (both day/night). Intervals between timeouts don't follow a pattern either, sometimes they happen after 40 minutes, others take some hours in between.



      The timeout never lasts more than 5 minutes, but they also vary from 2 to 5 minutes randomly.



      At first I thought it might have something to do with application pool recycling but I've checked and recycling is set to occur after 24 hours and disabled for other events (memory peaks, etc.).



      The site is infrequently accessed (it's in beta test), so there are no huge number of access, workers demand, memory consumption, etc.



      I've also checked the IIS log and there are 2 to 5 minutes gaps during the hours of downtime reported by the monitoring service, but no error message. I also checked the Windows event log and haven't found anything unusual in system and application events.



      I'm really desperate right now. If someone could help me out, I'd be really thankful.



      Best Regards.
      Eduardo de Freitas







      iis-7 asp.net asp.net-mvc






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 19 '12 at 19:16









      user1684007user1684007

      112




      112




















          1 Answer
          1






          active

          oldest

          votes


















          0














          If an external host has periods where it cannot establish a TCP connection or the connection times out, then your issue is perhaps network-related, rather than application-related. IIS wouldn't log anything, because it's oblivious to any external network issues - it just services requests it receives.



          If you're monitoring service is also showing that ping tests are timing out, this would indicate a definite network connectivity problem. You need to start troubleshooting that.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f429998%2fasp-net-4-iis-7-web-server-timeout%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            If an external host has periods where it cannot establish a TCP connection or the connection times out, then your issue is perhaps network-related, rather than application-related. IIS wouldn't log anything, because it's oblivious to any external network issues - it just services requests it receives.



            If you're monitoring service is also showing that ping tests are timing out, this would indicate a definite network connectivity problem. You need to start troubleshooting that.






            share|improve this answer



























              0














              If an external host has periods where it cannot establish a TCP connection or the connection times out, then your issue is perhaps network-related, rather than application-related. IIS wouldn't log anything, because it's oblivious to any external network issues - it just services requests it receives.



              If you're monitoring service is also showing that ping tests are timing out, this would indicate a definite network connectivity problem. You need to start troubleshooting that.






              share|improve this answer

























                0












                0








                0







                If an external host has periods where it cannot establish a TCP connection or the connection times out, then your issue is perhaps network-related, rather than application-related. IIS wouldn't log anything, because it's oblivious to any external network issues - it just services requests it receives.



                If you're monitoring service is also showing that ping tests are timing out, this would indicate a definite network connectivity problem. You need to start troubleshooting that.






                share|improve this answer













                If an external host has periods where it cannot establish a TCP connection or the connection times out, then your issue is perhaps network-related, rather than application-related. IIS wouldn't log anything, because it's oblivious to any external network issues - it just services requests it receives.



                If you're monitoring service is also showing that ping tests are timing out, this would indicate a definite network connectivity problem. You need to start troubleshooting that.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 20 '12 at 22:33









                growsegrowse

                5,7351062110




                5,7351062110



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f429998%2fasp-net-4-iis-7-web-server-timeout%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?