Article ID: 243546 - Last Review: April 22, 2003 - Revision: 1.2 PRB: ASP Does Not Support EventsThis article was previously published under Q243546 SYMPTOMS Active Server Pages (ASP) does not support events.
CAUSE ASP does not have support to handle events. ASP as an
automation client is late-bound and does not have access to the type
information required to determine if the object has implemented the IConnectiontPoint interface neccessary for events. RESOLUTION Call a COM object from ASP that in turn calls the component
that raises the event. The following logic represents the implementation:
MORE INFORMATION The following references provide information on using MSMQ:
Message Queue Server Reviewer's Guide
(http://www.microsoft.com/ntserver/techresources/appserv/MSMQ/msmqrevguide.asp )
MSMQ Documentation from the Platform SDK (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msmq/msmq_overview_4ilh.asp?frame=true) | Article Translations
|


Back to the top
