J
James Brett
Hi
I have an asp.net application and I've noticed that the aspnet_asp process
keeps creeping up in size which lead me to believe I was closing or
disposing of my object properly. When I create an instance of my object the
way I close them by setting it to nothing eg
Dim oUser as new User
oUser = nothing
Do I need to do anything else? Do I need to create a dispose method in my
class? if so how do I do that?
Cheers
James
I have an asp.net application and I've noticed that the aspnet_asp process
keeps creeping up in size which lead me to believe I was closing or
disposing of my object properly. When I create an instance of my object the
way I close them by setting it to nothing eg
Dim oUser as new User
oUser = nothing
Do I need to do anything else? Do I need to create a dispose method in my
class? if so how do I do that?
Cheers
James