Don't know whether this will be an ASP or IIS solution, but...
We have some ASPs that use large multi-dimensional arrays, and we are finding that once finished the resource is not being released, therefore leading us into eventual memory problems on the IIS server.
Is there a command, or a setting or something which will force the resource to be released once we are finished with the arrays?
Thanks
Dougie
We have some ASPs that use large multi-dimensional arrays, and we are finding that once finished the resource is not being released, therefore leading us into eventual memory problems on the IIS server.
Is there a command, or a setting or something which will force the resource to be released once we are finished with the arrays?
Thanks
Dougie