IIS Hangs on Update or Insert from ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default IIS Hangs on Update or Insert from ASP

    I am having the following issue with IIS/ASP.

    Setup:

    Windows 2000
    SQL Server 2000
    IIS 5.0
    (All running on same machine.)

    For some reason, any ASP page that contains an Update or
    Insert SQL query will cause IIS to hang. ASP pages are
    still being served as well as ASP pages that use Select
    queries to get data from the same database.

    This behavior occurs when a form is submitted on a page
    containing code to update or insert data into the
    database. Once the *submit* button is pressed IE will
    just sit there waiting for a reply. It will NOT time out
    however.

    If I stop my website (not IIS) and *unload* the web site
    (via IIS admin) I am able to succussfully Insert and
    Update in my application via ASP. After a random period
    of time, the problem will occur again.

    I am able to execute the same code successfully in
    Enterpise Manager and Query Ananlyzer using the same SQL
    account that is being used by my application.

    Does anyone have any ideas as to what may be happening?

    Thank you,

    -- Mark
    Mark Guest

  2. Similar Questions and Discussions

    1. Acrobat 6.0.3 Update Hangs
      Greetings, I am running OSX 10.3.9 and Acrobat 6.0.2. When I try to update to 6.0.3, the installer hangs until it finally times out. However, the...
    2. AIX 4.3.3 hangs after ML6 update
      Hi Gurus, I have a p150 rs6000 system. It hangs while booting at the white screen that says "Starting Software... Please Wait". The harddisk...
    3. Software update hangs!
      In article <BB27A35D.2ABAC%dons@mtaxb.com>, Don Smith <dons@mtaxb.com> wrote: You've not told us how much RAM you have. Trying to run the 10.2.6...
    4. Update hangs on 0%
      As per trouble shooter installed latest scripting engine,Explorer does not show up in add/remove program,so so unable to apply "repair" resolution,...
    5. XP update hangs
      check out the url below: http://www.extremetech.com/article2/0,3973,1096678,00.asp msckin.exe is part of some nasty spyware. Hope this helps!
  3. #2

    Default IIS Hangs on Update or Insert from ASP

    The server is an eight processor server w/ 1 gb of RAM.
    The proc times are fine, no spikes or anything. Plus,
    there is not a lot of traffic on this server, especially
    considering how much power it has.

    All of the connections are being cleared every time.

    One thing I forgot to mention: any page that hangs with
    the below conditions is not logged in the IIS log.

    -- Mark
    >-----Original Message-----
    >Hi,
    >
    >Are you cleaning up all of your database connections
    when
    >you are finished with them? Is there excessive blocking
    >on the SQL Server? Is the SQL Server particularly
    busy?
    >Perhaps the SQL Server does not have enough cpu to
    manage
    >the traffic it gets...
    >
    >Sincerely,
    >Invotion Engineering Team
    >Advanced Microsoft Hosting Solutions
    >[url]http://www.Invotion.com[/url]
    >
    >>-----Original Message-----
    >>I am having the following issue with IIS/ASP.
    >>
    >>Setup:
    >>
    >>Windows 2000
    >>SQL Server 2000
    >>IIS 5.0
    >>(All running on same machine.)
    >>
    >>For some reason, any ASP page that contains an Update
    or
    >>Insert SQL query will cause IIS to hang. ASP pages are
    >>still being served as well as ASP pages that use Select
    >>queries to get data from the same database.
    >>
    >>This behavior occurs when a form is submitted on a page
    >>containing code to update or insert data into the
    >>database. Once the *submit* button is pressed IE will
    >>just sit there waiting for a reply. It will NOT time
    >out
    >>however.
    >>
    >>If I stop my website (not IIS) and *unload* the web
    site
    >>(via IIS admin) I am able to succussfully Insert and
    >>Update in my application via ASP. After a random
    period
    >>of time, the problem will occur again.
    >>
    >>I am able to execute the same code successfully in
    >>Enterpise Manager and Query Ananlyzer using the same
    SQL
    >>account that is being used by my application.
    >>
    >>Does anyone have any ideas as to what may be happening?
    >>
    >>Thank you,
    >>
    >>-- Mark
    >>.
    >>
    >.
    >
    Mark Guest

  4. #3

    Default Re: IIS Hangs on Update or Insert from ASP

    Something to think about as a last resort:

    We had a client last year on a quad-processor system who experienced
    periodic hangs (which of course were blamed on our application). After
    several months of debugging we were able to demonstrate that none of our
    code was executing when the hangs occured. The client wiped the system and
    reinstalled everything and the problem went away. I don't know if there were
    any other indicators to point at an OS problem (not on very good terms with
    that client, everytime they send us money the check bounces).

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Mark" <mkschultz4@hotmail.com> wrote in message
    news:041901c3b079$e1c06680$a301280a@phx.gbl...
    > The server is an eight processor server w/ 1 gb of RAM.
    > The proc times are fine, no spikes or anything. Plus,
    > there is not a lot of traffic on this server, especially
    > considering how much power it has.
    >
    > All of the connections are being cleared every time.
    >
    > One thing I forgot to mention: any page that hangs with
    > the below conditions is not logged in the IIS log.
    >
    > -- Mark
    >
    > >-----Original Message-----
    > >Hi,
    > >
    > >Are you cleaning up all of your database connections
    > when
    > >you are finished with them? Is there excessive blocking
    > >on the SQL Server? Is the SQL Server particularly
    > busy?
    > >Perhaps the SQL Server does not have enough cpu to
    > manage
    > >the traffic it gets...
    > >
    > >Sincerely,
    > >Invotion Engineering Team
    > >Advanced Microsoft Hosting Solutions
    > >[url]http://www.Invotion.com[/url]
    > >
    > >>-----Original Message-----
    > >>I am having the following issue with IIS/ASP.
    > >>
    > >>Setup:
    > >>
    > >>Windows 2000
    > >>SQL Server 2000
    > >>IIS 5.0
    > >>(All running on same machine.)
    > >>
    > >>For some reason, any ASP page that contains an Update
    > or
    > >>Insert SQL query will cause IIS to hang. ASP pages are
    > >>still being served as well as ASP pages that use Select
    > >>queries to get data from the same database.
    > >>
    > >>This behavior occurs when a form is submitted on a page
    > >>containing code to update or insert data into the
    > >>database. Once the *submit* button is pressed IE will
    > >>just sit there waiting for a reply. It will NOT time
    > >out
    > >>however.
    > >>
    > >>If I stop my website (not IIS) and *unload* the web
    > site
    > >>(via IIS admin) I am able to succussfully Insert and
    > >>Update in my application via ASP. After a random
    > period
    > >>of time, the problem will occur again.
    > >>
    > >>I am able to execute the same code successfully in
    > >>Enterpise Manager and Query Ananlyzer using the same
    > SQL
    > >>account that is being used by my application.
    > >>
    > >>Does anyone have any ideas as to what may be happening?
    > >>
    > >>Thank you,
    > >>
    > >>-- Mark
    > >>.
    > >>
    > >.
    > >

    Mark Schupp Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139