Hi All,

I have a COM component that I am trying to add into my ASP project and am getting nowhere.

I have the following code.
Code:
AppMonitor = Server.CreateObject("AppMonitor.LoginDetails").InitialLogin(gstrAccountName, _
 Session.SessionID, _
 stest)
I have registered the COM component using Component manager and when I run the page that contains this code my COM component seems to be activated but nothing happens.

If I check out AppMonitor it is equal to 0?

Please could someone let me know what is wrong here?

Thanks