2
votes
3answers
335 views
What is the size limit of the application object in classic asp?
I am creating an ASP script that uses the application object to store the pages. The question in my mind is whether there is a size limit to this object. Anyone know?
…
0
votes
3answers
139 views
Application Object and Concurrency Concerns
In some asp tutorials, like this, i observe the following pattern:
Application.Lock
…
2
votes
3answers
768 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
3answers
588 views
HTTP Authentication (Basic or Digest) in ASP Classic via IIS
I want to develop a website in ASP classic that uses HTTP Authentication against a database or password list that is under the control of the script. Ideally, the solution should involve no compone …
