ASP pages not responding.

Ask a Question related to ASP, Design and Development.

  1. #1

    Default ASP pages not responding.

    Hi All,

    I have a strange problem occuring with my ASP/MS SQL
    Server website. My site is totally ASP driven, powered by
    a MS SQL Server DB. Now for months it has worked/performed
    very well, no problems. But sometimes, mainly early
    morning, my ASP pages won't respond at all.

    I get no Timeout errors, no JS errors, no errors at all.
    Just when I request my site's homepage, IE just searches
    and then stops, does nothing. ASP just does not respond.

    Now I have checked with my Server guys and they say there
    is no problem server side. And my DB is fine, HTML pages
    work fine and I can still FTP to my site.......but no ASP
    pages respond at all.

    Has any one any ideas at to why this might happen. I
    thought it might be my code, but I have checked and
    checked....the site make alot of recordset calls to the
    DB, about 35 per page. But the recordsets are opend and
    queried and closed correctly, so I would not have thought
    this was a problem.

    Please, if anyone has any ideas, then please let me know,

    Much appreciated,

    Alan...
    Alan Easton Guest

  2. Similar Questions and Discussions

    1. Contribute not responding
      I'm using an intel Mac w/ latest system. Contribute hangs up when I try to down load any web page for editing...
    2. DW 8 Not Responding
      Just downloaded DW8 (trial) and created a 'test' HTML page (from the CNET DW8 'online course'). When I try to 'preview' the page using IE6, DW hangs...
    3. iis not responding
      When I add/update any data then all queries execute properly , but nothing is added or updated . Moreover , after this IIS takes too much time to...
    4. HELP PLEASE! Datagrid not responding
      Hello guys, PLEASE HELP! My datagrid has stopped responding for some reason! It was working fine yesterday, I come today, change a line, and...
    5. JSP not responding on 11.5.8
      From Metalink: 1-Stop the Oracle Apache Server PROD service. 2-Edit the %Apache_Top%\Jserv\etc\jserv.properties file to include the correct path...
  3. #2

    Default Re: ASP pages not responding.

    "Alan Easton" wrote:
    >
    > My site is totally ASP driven, powered by a MS SQL Server
    > DB. Now for months it has worked/performed very well, no
    > problems. But sometimes, mainly early morning, my ASP
    > pages won't respond at all.
    It's interesting that you say it tend to happen early in the morning. Is
    there any chance this correlates to automated Windows Updates? We had a
    similar problem when testing Shavlik's HFNetChk Pro
    ([url]http://www.shavlik.com/pHFNetChkPro.aspx[/url]) -- it was selectively shutting
    down services to push down updates, but failing to reboot the servers.



    --
    Dave Anderson

    Unsolicited commercial email will be read at a cost of $500 per message. Use
    of this email address implies consent to these terms. Please do not contact
    me directly or ask me to contact you directly for assistance. If your
    question is worth asking, it's worth posting.


    Dave Anderson Guest

  4. #3

    Default Re: ASP pages not responding.

    Hi Alan,

    I have a similar problem : my ASP application worked fine for years on
    an NT 4 server. Now we migrated to W2K Small Business Server IIS 5
    and this is were problems started : I have two customers converted.
    Both have problem that IIS stops responding every now and then. One of
    them has to IISREST twice a day. Almost every morning around 9 AM for
    the first time.

    I use an MS Access Database, however in the background MS SQL 2000 is
    running as part of SBS 2000.

    HTML pages are working fine, only ASP's stop working. As an advice I
    turned of "Cache ISAPI applications", but that made it even worse.

    Do you have service pack 2 installed ? Or even SP3 ?

    Think I will turn of ISA server to see if that helps. Is it activated
    at your server ?

    Would be very interested if you let me know when you found a solution.
    I will do the same myself.

    Best regards,
    Guy Van Dyck


    "Alan Easton" <anonymous@discussions.microsoft.com> wrote in message news:<2b3c901c392fb$eb4a7d80$a601280a@phx.gbl>...
    > Hi All,
    >
    > I have a strange problem occuring with my ASP/MS SQL
    > Server website. My site is totally ASP driven, powered by
    > a MS SQL Server DB. Now for months it has worked/performed
    > very well, no problems. But sometimes, mainly early
    > morning, my ASP pages won't respond at all.
    >
    > I get no Timeout errors, no JS errors, no errors at all.
    > Just when I request my site's homepage, IE just searches
    > and then stops, does nothing. ASP just does not respond.
    >
    > Now I have checked with my Server guys and they say there
    > is no problem server side. And my DB is fine, HTML pages
    > work fine and I can still FTP to my site.......but no ASP
    > pages respond at all.
    >
    > Has any one any ideas at to why this might happen. I
    > thought it might be my code, but I have checked and
    > checked....the site make alot of recordset calls to the
    > DB, about 35 per page. But the recordsets are opend and
    > queried and closed correctly, so I would not have thought
    > this was a problem.
    >
    > Please, if anyone has any ideas, then please let me know,
    >
    > Much appreciated,
    >
    > Alan...
    Guy Van Dyck 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