Link to home
Start Free TrialLog in
Avatar of kustiel
kustiel

asked on

ASP error while creating an object

The following errors started happenning now on all my websites hosted at godaddy:
It happens when the user tries to upload a file through a file upload form.

The error line is: Set Upload = Server.CreateObject("Persits.Upload")

This is the error as it appears in the browser:

Active Server Pages error 'ASP 0241'

CreateObject Exception

/upload_files.asp

The CreateObject of '(null)' caused exception C0000005.

Server object error 'ASP 0177 : c0000005'

Server.CreateObject Failed

/upload_files.asp, line 11

c0000005


GoDaddy's "customer support" blames the code, although this code is running like this for  a long time.

Any suggestions?

Thanks, Assaf

p.s. GoDaddy sucks!!!
Avatar of hongjun
hongjun
Flag of Singapore image

Is AspUpload installed on the web server?

hongjun
Avatar of kustiel
kustiel

ASKER

i guess so. It's a shared hosting server.
the code always worked until a couple of hours ago...

I talked to the hosting company and they say that the problem is on my side.

Please let me know if you have any advice for me.

Thanks ,Assaf
Since you managed it works previously, I don't see why it will suddenly break down.

hongjun
Avatar of kustiel

ASKER

I read in google that such an error may happen when i don't close the server objects properly, and if so, it may be needed to restart the IIS. Do you know anything about it?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of hongjun
hongjun
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kustiel

ASKER

i changed the code now, but i think they will have to restart the server. otherwise it won't return to normal. Am I right?

Thanks, Assaf
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial