With respect to classic ASP, are variables defined within individual code files, such as Const var1 = "foo", and so on, maintained per-user or per-server/web-site? In other words, is it more efficient to define global or public variables (for use by all site users) as Application variables, or does it matter as far as performance and speed are concerned?
Add a comment
|