ASP cache & IIS setting
Dear all,
I found my IIS web server cached some ASP files and it seems not to be flushed for a long time.
For example:
When I use an asp file named test1.asp, once it is called from web browser, the web server will cache it indefinitely even if I change it to another file name (e.g. test2.asp)!
Finally, I've to disable the option "Do not cache ASP file" in IIS. Is it a tradeoff? Actually, one thing I worry is the CPU utilization if I disabled this option. Any comment or idea?
Thanks in advance.
|