Hello,
I've being working with ASP pages for a few months, but I was just learning ASP as I working with the pages.
I want to know once I used the "createObject" method, how important is it to set object = Nothing? I've being reading some articles saying that things created with createObject method has a page scope, so it will be gone when the page is close. However, some ppl says that it's best to set object= Nothing before leaving the page. So which of them is right? Would it cause memory leak if I don't set object = Nothing before I leave the page?
Thanks