Problems with Server.CreateObject
I need to create and kill objects every time I use them. So I use this sintax
to create the object :
Set Session(xxx) = Server.CreateObject(xxx)
and use this to kill the object :
Set Session(xxx) = nothing
My problem is when I create the object for the second time, the system stops
. I keep waiting for the response of the server and nothing happens. If someone
could help me I will be very thankfull.
Thanks,
Fabiano Galastri.

