.NET & Web Applications In General

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Douglas

    #1

    .NET & Web Applications In General

    How many times a day do other's have to reset IIS or reboot a system? We are
    rolling out our first .NET application and during the pilot phase found that
    we need to reset IIS at lease 2-3 times a week, we have only about 50 users
    on it now! We have implemented exception handling and EIF and see nothing
    that points to an issue within any logs. The applications just "freeze", in
    theory the network monitoring guys say the machine is not busy neither is
    memory?

    Any ideas of what to check would be appreciated.

    Thanks,

    Jim Douglas


  • John Saunders

    #2
    Re: .NET & Web Applications In General

    "Jim Douglas" <james.douglas@ genesis-software.com> wrote in message
    news:FrCdnVRNwK L89jbcRVn-hw@comcast.com. ..[color=blue]
    > How many times a day do other's have to reset IIS or reboot a system? We
    > are
    > rolling out our first .NET application and during the pilot phase found
    > that
    > we need to reset IIS at lease 2-3 times a week, we have only about 50
    > users
    > on it now! We have implemented exception handling and EIF and see nothing
    > that points to an issue within any logs. The applications just "freeze",
    > in
    > theory the network monitoring guys say the machine is not busy neither is
    > memory?[/color]

    I never have to restart IIS unless there's a problem with some COM
    component.


    John Saunders


    Comment

    • Ben Strackany

      #3
      Re: .NET &amp; Web Applications In General

      2-3 times/week is a lot. A number of things could cause IIS to
      hang...calling any service on other boxes (database, web services, network
      shares), calling COM components...

      You can try checking your COM+ Applications to see if there's a large number
      of objects, check your web service & asp.net counters in perfmon, or use the
      IIS Crash/Hang agent. The Crash/Hang agent is nice b/c it can give you a
      dump of what all your IIS threads are doing.

      --
      Ben Strackany
      DevelopmentNow is an award-winning creative software development agency integrating mobile, web, hardware, mixed reality, and emerging technology.


      <a href="http://www.development now.com">dn</a>


      "Jim Douglas" <james.douglas@ genesis-software.com> wrote in message
      news:FrCdnVRNwK L89jbcRVn-hw@comcast.com. ..[color=blue]
      > How many times a day do other's have to reset IIS or reboot a system? We[/color]
      are[color=blue]
      > rolling out our first .NET application and during the pilot phase found[/color]
      that[color=blue]
      > we need to reset IIS at lease 2-3 times a week, we have only about 50[/color]
      users[color=blue]
      > on it now! We have implemented exception handling and EIF and see nothing
      > that points to an issue within any logs. The applications just "freeze",[/color]
      in[color=blue]
      > theory the network monitoring guys say the machine is not busy neither is
      > memory?
      >
      > Any ideas of what to check would be appreciated.
      >
      > Thanks,
      >
      > Jim Douglas
      >
      >[/color]


      Comment

      • Jeff Dillon

        #4
        Re: .NET &amp; Web Applications In General

        The client or server "freezes"?

        "Jim Douglas" <james.douglas@ genesis-software.com> wrote in message
        news:FrCdnVRNwK L89jbcRVn-hw@comcast.com. ..[color=blue]
        > How many times a day do other's have to reset IIS or reboot a system? We[/color]
        are[color=blue]
        > rolling out our first .NET application and during the pilot phase found[/color]
        that[color=blue]
        > we need to reset IIS at lease 2-3 times a week, we have only about 50[/color]
        users[color=blue]
        > on it now! We have implemented exception handling and EIF and see nothing
        > that points to an issue within any logs. The applications just "freeze",[/color]
        in[color=blue]
        > theory the network monitoring guys say the machine is not busy neither is
        > memory?
        >
        > Any ideas of what to check would be appreciated.
        >
        > Thanks,
        >
        > Jim Douglas
        >
        >[/color]


        Comment

        Working...