asp fails to execute

Ask a Question related to ASP, Design and Development.

  1. #1

    Default asp fails to execute

    after publishing a web to iis, asp pages based on a
    database fail to work. the browzer starts loading such page
    and never does- at some point the status bar stops and the
    page never loads without displaying any errors. the browzer
    shows that it is busy all the time.
    denis Guest

  2. Similar Questions and Discussions

    1. execute var from PHP in FLA
      Hi guys! I've made a form from where a user can sign up. Now I want to tjeck in the MySQL db if the email already exists. How is this done? I...
    2. execute
      I need to execute the executable i created in vb to bring up another form. I tried using cfexecute that didnt seem to work and i also tried usin...
    3. Solaris 10 Coldfusion MX 61 install fails with ... cannot execute
      (1) login as a user belonging to 'root' group (2) download and unpack coldfusion-61-so.bin.gz (3) # sh ./coldfusion-61-sol.bin -i console ...
    4. cannot execute?
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, can anyone tell me why following script does not resize image? It calls ImageMagick...
    5. Server.Execute fails when POSTed
      Hi, I have a Server.Execute("MyStaticHTML.html") in the codebehind of a UserControl. When I put this UserControl on a page MyPage.aspx it...
  3. #2

    Default Re: asp fails to execute

    "denis" <gusakoff@eudoramail.com> wrote in message
    news:2c5e501c393a6$dde39680$a601280a@phx.gbl...
    > after publishing a web to iis, asp pages based on a
    > database fail to work. the browzer starts loading such page
    > and never does- at some point the status bar stops and the
    > page never loads without displaying any errors. the browzer
    > shows that it is busy all the time.
    You would have to post a lot more information than this to get a definitive
    answer, but one thing to look for - is there at any point a loop in your
    program that looks through an ADODB.Recordset? If the loop is looking for
    Recordset.EOF, and you do not have in your code Recordset.MoveNext, yes, you
    will get an endless loop that will prevent your page from ever finishing.

    R.


    Richard K Bethell 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