ASP 0115 error

They have: 54 posts

Joined: Oct 2001

We've started getting a horrible ASP 0115 error on our site from time to time - it's happened a couple of times in recent weeks and usually affects all asp pages on our site (although sometimes some of them will open fine, while others won't - there doesn't seem to be a pattern to this that I can see).

The full error is as follows:

error 'ASP 0115'
Unexpected error
/ethics_forum/default.asp (**or whatever page is visited **)
A trappable error occurred in an external object. The script cannot continue running.

Our web hosts claim it's not to do with them, and the person we have doing some asp programming for us at present in a members' only area can't find any reason why his code would be causing the problem. The home page is www.ethics.org.au and a page which may trigger the error is ethics forum.

Any clues?

Thanks!

Peter J. Boettcher's picture

They have: 812 posts

Joined: Feb 2000

The dreaded ASP 0115 error! That basically means that IIS doesn't know what happened but something isn't right. Most of the time it has to do with an external COM object or ADO or sessions.

Check out this link for more info: http://www.aspfaq.com/show.asp?id=2171

One thing they don't mention is to name all your forms. It sounds wierd but there is a bug in the form collection when you don't name all your forms, I think this has been fixed for IIS5 though.

PJ | Are we there yet?
pjboettcher.com

They have: 54 posts

Joined: Oct 2001

It's still happening Sad ASP 0115 is driving me to despair!

I'm am a complete ASP newbie so have sent the FAQ link given by Peter to our web hosts and the ASP coder who has been working on our site. The hosts claim it's our code, the coder isn't sure exactly where the problem lies.

I've checked that every form and input on the site is named and have re-uploaded any pages where changes were made - turned out there were quite a number of them (none from our current coder, however). Also, whole directories of ASP where a number of errors were found have been removed for fixing.

Yet still it persists, some days worse than others (today none of our ASP seems to be working at all - yesterday it was barely a problem).

So what to do? Does it normally take this long to sort out? Shall I kill myself now rather than continuing to do battle with it? Should I ditch all of our ASP pages?

Any clues would be much appreciated.

Yours in desperation
Bug x

Peter J. Boettcher's picture

They have: 812 posts

Joined: Feb 2000

Before you kill yourself or **GASP** ditch all your asp pages can you try running the site on another server? Try to mirror what your host is running as close as possible (OS, IIS, ADO versions, etc) and see if you get the same error. If not then it is something your host has done, probably in regards to permissions.

Are you using a custom COM object or any ADO?

PJ | Are we there yet?
pjboettcher.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.