A
Ashish Shridharan
Hi All
I have been tryign to figure out the scope of a module as
shown declared below in a web environment.
My Questions are
Is this module shared across multiple instances of the
application ??
What about variables declared in global scope of this
module ? How does asp.net treat something like that ?
Public Module modModuleName
Dim m_objDatabaseConnection as new sqlconnection
(connectionstring)
End Module
Any help would be appreciated
Thanks & Regards
Ashish Shridharan
I have been tryign to figure out the scope of a module as
shown declared below in a web environment.
My Questions are
Is this module shared across multiple instances of the
application ??
What about variables declared in global scope of this
module ? How does asp.net treat something like that ?
Public Module modModuleName
Dim m_objDatabaseConnection as new sqlconnection
(connectionstring)
End Module
Any help would be appreciated
Thanks & Regards
Ashish Shridharan