Results 1 to 3 of 3

Thread: ASP.NET application keep on freezing time to time

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    ASP.NET application keep on freezing time to time

    One of my asp.net application keep on freezing time to time.

    It is hosted in IIS6 and connected to SQL 2000.

    My boos said it is my app memory leaking problem but I can not find out.

    As I understood, IIS and SQL server will cause app frozen if they are not in correct configuration.

    How to fix this problem?

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: ASP.NET application keep on freezing time to time

    Hello,

    If I were you, I would get yourself a free trial of something like:

    http://www.red-gate.com/products/dot...ance-profiler/

    or:

    http://www.jetbrains.com/profiler/

    And use that to figure out what could be going on.

    Gary

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: ASP.NET application keep on freezing time to time

    Do you realize how little information you actually gave us here?

    Yes - memory leaks are possible in ASP.net apps. Are you properly disposing of all objects?

    Show us some code for accessing your database from the code behind.

    How many users are hitting the site "concurrently"??

    Quote Originally Posted by aspfun View Post
    As I understood, IIS and SQL server will cause app frozen if they are not in correct configuration.
    I've never heard of anything like this - but share with us what your configuration is.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width