403 on ASP page

E

erica.cooksey

I am having a great deal of trouble with this, hopefully someone can
help me out!

I have a JNI Java applet that accesses an ASP page. The page looks like
this:

Dim myObj
Set myObj=Server.CreateObject("myDLL.myClass")
myObj.Execute()
Set mObj = Nothing

This is accessed numerous times throughout the run of the applet. For
the first x number of accesses, this works fine. However, after an
indeterminate number of accesses, the page returns a 403 and I am no
longer able to call myDLL. Does anyone know what could be the cause of
this?

Thanks,
Erica
 
S

Steven Burn

HTTP 403 is a standard forbidden error, meaning the server it is running on
could simply have anti-hammer methods in place .... or is borking whilst the
code is running.

Have you checked for resource leaks in the DLL?, Event Viewer?, IIS logs?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 

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,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top