I am a newbie at ASP so I may be doing something wrong. I have a DLL that I wrote in VB, that works perfect when I call it from VB but when I am using ASP to call the method, the webpage just sits there, it looks like it is doing something but the loading bar gets about half way and just stops, and nothing ever loads. I am Creating my Object in the global.asa like this
<OBJECT RUNAT=Server SCOPE=Session ID=objUsrName PROGID="SWImaging.clsUsrName"></OBJECT>
<OBJECT RUNAT=Server SCOPE=Session ID=objBusName PROGID="SWImaging.clsBusName"></OBJECT>
then making a search call to my user object, and passing it parameters of a recordset and the business object. Anybody know how I can see if maybe something is going wrong in my DLL by stepping through it or something?
Thank you,
Adam
<OBJECT RUNAT=Server SCOPE=Session ID=objUsrName PROGID="SWImaging.clsUsrName"></OBJECT>
<OBJECT RUNAT=Server SCOPE=Session ID=objBusName PROGID="SWImaging.clsBusName"></OBJECT>
then making a search call to my user object, and passing it parameters of a recordset and the business object. Anybody know how I can see if maybe something is going wrong in my DLL by stepping through it or something?
Thank you,
Adam