ASP programs do not provide a nice 'home'
for activehome pro... your program is like
a protestor in china
asp points to your
program and says 'you may speak now.. take
all of .02 seconds and i will drop you like
a hot potato.
Your problem 'could' be that they are
subroutines... if possible convert them to
functions which return say an integer and
make the last line just return a zero...
then your calling function will wait until
the function comletes... you might also add
a call to doevents() possibly right after
the call to sendaction this should allow
your program to get some breathing room to
run.
Also, you are running classic asp in a
asp.net server and apparently you have your
web server configured to hide error
messages... the error message you provided
is a generic error message that tells you
nothing and is meant for non-developers.
Since this is classic asp i forget the
easiest way to do this but you might try
some ideas from the following pages :
http://www.aspfaq.com/show.asp?id=2109