I have been still fighting with this PerlCOM/IIS problem.  Many thanks to
everyone who has given me some suggestions.

I've narrowed it down to this:

In a simple .asp page where I call this PerlCOM object, the object is
created, init() is called, render() is called, and then the object is
destroyed.   

Everything works perfect the *first* time the page is loaded.   If you
refresh the page, it fails creating the object on line 6.

<%@ Language=VBScript %>
<%
Response.Buffer = 1

Dim WebPB
Set WebPB = Server.CreateObject("WebPB.WSC")

WebPB.init "param1", "param2"
WebPB.render Request, Response, Server

Set WebPB = Nothing

%>

I find this very bizarre, and can only imagine it has something to do with
the COM object itself.

Has anyone seen something like this before?

Thanks,
- dan


_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to