Hi,
I'm using Adapter 2.5, VB, SQL Server 2005 and .Net Remoting in a distributed app. The remote objects are all SingleCall and hosted in IIS. All the remoting plumbing seems to be ok but I am wondering about connections to IIS.
I open a form, which gets a new instance of a remote object
I use a service on that object
The form stays open
I close the form
Do I have to explicitly dispose of any resources associated with the reference I establised when getting a new instance of my remote object or just leave it to expire?
What do other developers do?
Thanks