asp fails to execute

D

denis

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.
 
R

Richard K Bethell

denis said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top