Questions tagged [shared-module]

16 questions
0
votes
1 answer

Execution sequence for a module constructor in a web application for VB.NET

I am trying to understand an execution sequence in a web application environment - basically I am using a module for various utility functions, including logging and initializing various global/shared variables. The website has several stand-alone…
1
2