ASP pages not loading

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

  1. #1

    Default ASP pages not loading

    Hi again,

    Recently I encountered a problem with my ASP application.
    The pages which involves databases aren't loading (the
    page isn't rendered at all).

    After checking my code to make sure that I've released all
    my recordsets/connections (and restarting the server) the
    problem went away. Then about several hours after that,
    the problem occured again.

    I really appreciate any help or advice on this.

    Thanks in advance,
    melody



    melody Guest

  2. Similar Questions and Discussions

    1. Master Pages - loading of ContentPlaceHolder
      I currently use frames for a website. I plan on moving this site over to .NET now that the ISP is using ver 2 beta 2. I currently have the website...
    2. Image Loading Speed on web server pages (IIS4 - Acrobat PDF)
      We have created a 2-page PDF document using Acrobat 5 and when you load it locally, it loads fast (as you'd expect). But when it is placed on our...
    3. loading MC loading text path question? link fixed
      Sorry my link to the files was bad before try this link 8) this is the code in the frame of the shell.fla //load Movie Behavior
    4. PHP files not loading- html loading fine from the same folder!?
      I have IIS installed on a Win2000 Server SP4 platform. I have installed PHP V4.3.3 and phpBB forum pages. All is running fine except for one slight...
    5. Loading pages faster
      Does any body know any article about tips to load aspx pages as fast as it gets?
  3. #2

    Default RE: ASP pages not loading

    I found the solution from a post at microsoft.pubic.inetserver.iis :-

    I'm using Access, so what I did was compact/repair the databas
    and things worked fine

    melod

    ----- melody wrote: ----

    Hi again,

    Recently I encountered a problem with my ASP application.
    The pages which involves databases aren't loading (the
    page isn't rendered at all).

    After checking my code to make sure that I've released all
    my recordsets/connections (and restarting the server) the
    problem went away. Then about several hours after that,
    the problem occured again.

    I really appreciate any help or advice on this.

    Thanks in advance
    melod




    melody Guest

  4. #3

    Default Re: ASP pages not loading

    > hey look,
    the problem could have been with your connection statements .

    do send the connectivity code along with errors if any
    bye
    >
    > Hi again,
    >
    > Recently I encountered a problem with my ASP application.
    > The pages which involves databases aren't loading (the
    > page isn't rendered at all).
    >
    > After checking my code to make sure that I've released all
    > my recordsets/connections (and restarting the server) the
    > problem went away. Then about several hours after that,
    > the problem occured again.
    >
    > I really appreciate any help or advice on this.
    >
    > Thanks in advance,
    > melody
    bharath 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