0
votes
3answers
142 views
Application Object and Concurrency Concerns
In some asp tutorials, like this, i observe the following pattern:
Application.Lock
…
2
votes
3answers
789 views
Is there a caching script for classic asp?
PHP has a number of opcode caches, which as i understand it are scripts that handle the caching aspects of an application. Is there something similar for classic asp, especially something that does …
2
votes
Does the classic ASP has its own security framework or does it use that of IIS?
ASP is a very simple framework. I cannot imagine it having its own security framework (i assume that means user authentication etc.) unless it was programmed into the application itself.
…
