"Bob Barrows" wrote:
> Michael H. wrote:
> >
> > So to sum it up: we get "error 500" when our login page uses remote
> > scripting to call functions from a different file.
>
> "500 error" covers a lot of territory. You need to discover what the
> actual error is:
> http://classicasp.aspfaq.com/general...sp-errors.html
>
> --
> HTH,
> Bob Barrows
>
>
> .
>
Thanks for the response Bob. Unfortunately this is not a page that is viewed
by the user. The 500 error occurs when the display page calls a page that is
nothing but asp functions. It's the call to that second page that gets the
error. We have extensive error handling in our application (contractual
obligations) so the customer will never see any type of 'standard' error. I'm
not even sure if removing our error handling would allow the error message to
propagate back to the display. But even if that's the case we can't do it due
to our contracts. If we had some way to force the error we might could do it
off hours but even that would be risky.
To add some more info to this, we had this error yesterday while I was in
the office. While talking with our operations guy (they handle the physical
servers) we started getting the 500 error, then we got this error:
"Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or
method: 'StartPageProcessing'
"
After about 5 mins all of the errors went away and the web site started
functioning properly. This was without any changes or any restarts of
services.
One last bit of info regarding this is the fact that we actually have two
servers running this same code. One is at our HQ in AL and the other is at
one of our data centers in TX. The site at HQ is the one that errors and the
one in TX runs fine. However, the one in TX is just a back and is only used
by a limited amount of people on a daily basis so the traffic is much less.
Not sure if that has any impact but figured I would mention it.